summaryrefslogtreecommitdiff
path: root/sys/dvb/camdevice.h
diff options
context:
space:
mode:
authorEdward Hervey <edward@collabora.com>2013-06-23 08:44:08 +0200
committerEdward Hervey <edward@collabora.com>2013-07-03 09:17:25 +0200
commit10c929c7958fba1e33b3cfa5aa4d112f77c8f618 (patch)
tree4b21c9ed13131d2e2908b13c91e27e3e2ecbc59d /sys/dvb/camdevice.h
parent92edd82c86c6f947a6f9dda3a24913040f4a0363 (diff)
downloadgstreamer-plugins-bad-10c929c7958fba1e33b3cfa5aa4d112f77c8f618.tar.gz
dvb: Switch to MPEG-TS SI library
Also serves as an example of using mpegts library from a plugin https://bugzilla.gnome.org/show_bug.cgi?id=702724
Diffstat (limited to 'sys/dvb/camdevice.h')
-rw-r--r--sys/dvb/camdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dvb/camdevice.h b/sys/dvb/camdevice.h
index fb65f15a4..06933bc14 100644
--- a/sys/dvb/camdevice.h
+++ b/sys/dvb/camdevice.h
@@ -64,6 +64,6 @@ void cam_device_close (CamDevice *device);
gboolean cam_device_ready (CamDevice *device);
void cam_device_poll (CamDevice *device);
void cam_device_set_pmt (CamDevice *device,
- GstStructure *pmt, CamConditionalAccessPmtFlag flag);
+ GstMpegTSPMT *pmt, CamConditionalAccessPmtFlag flag);
#endif /* CAM_DEVICE_H */