~ubuntu-branches/ubuntu/quantal/gst-plugins-bad-multiverse0.10/quantal

« back to all changes in this revision

Viewing changes to sys/dvb/camtransport.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-09-03 16:57:09 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20100903165709-5158pp06sfg0i6dv
Tags: 0.10.20-1
* New upstream release:
  + debian/build-deps.in:
    - Update build dependencies.
* debian/source/format,
  debian/compat,
  debian/rules,
  debian/patches:
  + Update to debhelper compat level 7.
  + Update to source format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 
57
57
void cam_gst_util_dump_mem (const guchar * mem, guint size);
58
58
 
59
 
CamTLConnection *
 
59
static CamTLConnection *
60
60
cam_tl_connection_new (CamTL * tl, guint8 id)
61
61
{
62
62
  CamTLConnection *connection;
335
335
  return CAM_RETURN_OK;
336
336
}
337
337
 
338
 
CamReturn
 
338
static CamReturn
339
339
handle_control_tpdu (CamTL * tl, CamTLConnection * connection)
340
340
{
341
341
  if (tl->body_length != 0) {
371
371
  return CAM_RETURN_OK;
372
372
}
373
373
 
374
 
CamReturn
 
374
static CamReturn
375
375
handle_data_tpdu (CamTL * tl, CamTLConnection * connection)
376
376
{
377
377
  if (tl->body_length == 0) {