From 50841996be64a7b4697d3e30a45ca68db459762e Mon Sep 17 00:00:00 2001 From: Alessandro Decina Date: Fri, 23 Nov 2007 17:53:37 +0000 Subject: gst/mpegtsparse/: pat-info is now a signal not a GObject property that gets notified. Original commit message from CVS: patch by: Alessandro Decina * gst/mpegtsparse/mpegtspacketizer.c: * gst/mpegtsparse/mpegtspacketizer.h: * gst/mpegtsparse/mpegtsparse.c: * gst/mpegtsparse/mpegtsparse.h: pat-info is now a signal not a GObject property that gets notified. pat-info, pmt-info now instead of passing a GObject as a parameter, pass a GstStructure. New signals: nit-info, sdt-info, eit-info for DVB SI information * sys/dvb/camconditionalaccess.c: * sys/dvb/camconditionalaccess.h: * sys/dvb/camdevice.c: * sys/dvb/camdevice.h: * sys/dvb/camswclient.c: * sys/dvb/camswclient.h: * sys/dvb/camutils.c: * sys/dvb/camutils.h: Cam code now uses the pmt GstStructure passed from mpegtsparse signals rather than the GObject. * sys/dvb/dvbbasebin.c: Use new signals in mpegtsparse and use GstStructures as per mpegtsparse's modified API. --- sys/dvb/camdevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dvb/camdevice.c') diff --git a/sys/dvb/camdevice.c b/sys/dvb/camdevice.c index 174edca4..f72f47ca 100644 --- a/sys/dvb/camdevice.c +++ b/sys/dvb/camdevice.c @@ -202,7 +202,7 @@ cam_device_ready (CamDevice * device) void cam_device_set_pmt (CamDevice * device, - GObject * pmt, CamConditionalAccessPmtFlag flag) + GstStructure * pmt, CamConditionalAccessPmtFlag flag) { g_return_if_fail (device != NULL); g_return_if_fail (device->state == CAM_DEVICE_STATE_OPEN); -- cgit v1.2.1