From 0813fdac806a7f380a48af885a8296bb14d6b81c Mon Sep 17 00:00:00 2001 From: mutex at runbox dot com Date: Mon, 1 Oct 2007 09:21:19 +0000 Subject: gst/mpegtsparse/: Remove useless src pad that only results in not linked errors, fix a broken pointer dereference and... Original commit message from CVS: Patch by: mutex at runbox dot com * gst/mpegtsparse/mpegtspacketizer.c: (mpegts_packetizer_parse_adaptation_field_control): * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init), (mpegts_parse_init), (mpegts_parse_push): * gst/mpegtsparse/mpegtsparse.h: Remove useless src pad that only results in not linked errors, fix a broken pointer dereference and make MAX_CONTINUITY constant conform to the standard to stop outputting corrupted data. Fixes #481276, #481279. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 22bfc3dc..9c04ef60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2007-10-01 Sebastian Dröge + + Patch by: mutex at runbox dot com + + * gst/mpegtsparse/mpegtspacketizer.c: + (mpegts_packetizer_parse_adaptation_field_control): + * gst/mpegtsparse/mpegtsparse.c: (mpegts_parse_base_init), + (mpegts_parse_init), (mpegts_parse_push): + * gst/mpegtsparse/mpegtsparse.h: + Remove useless src pad that only results in not linked errors, + fix a broken pointer dereference and make MAX_CONTINUITY constant + conform to the standard to stop outputting corrupted data. + Fixes #481276, #481279. + 2007-09-29 Tim-Philipp Müller * ext/mythtv/gstmythtvsrc.c: -- cgit v1.2.1