From 3966e730c9a697e2dc66b1a613422aefe2214d9c Mon Sep 17 00:00:00 2001 From: Zaheer Abbas Merali Date: Wed, 5 Dec 2007 12:40:05 +0000 Subject: gst/mpegtsparse/: A sub table is identified by the pair table_id and sub_table_identifier, not by pid. So hash with t... Original commit message from CVS: * gst/mpegtsparse/mpegtspacketizer.c: * gst/mpegtsparse/mpegtsparse.c: A sub table is identified by the pair table_id and sub_table_identifier, not by pid. So hash with that. * sys/dvb/dvbbasebin.c: Make sure initial pids are added properly to filter, --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 47610206..20b6ca37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-12-05 Zaheer Abbas Merali + + * gst/mpegtsparse/mpegtspacketizer.c: + * gst/mpegtsparse/mpegtsparse.c: + A sub table is identified by the pair table_id and + sub_table_identifier, not by pid. So hash with that. + * sys/dvb/dvbbasebin.c: + Make sure initial pids are added properly to filter, + 2007-12-05 Andy Wingo * gst/switch/gstswitch.c (gst_switch_set_property): Don't push -- cgit v1.2.1