diff options
author | mutex at runbox dot com <mutex@runbox.com> | 2007-10-01 09:21:19 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2007-10-01 09:21:19 +0000 |
commit | 0813fdac806a7f380a48af885a8296bb14d6b81c (patch) | |
tree | 16db0c1c7939a86ff614c1a854face511c87cf97 /ChangeLog | |
parent | c553adff7a7e90231fb4e74cced3b895f60e04e7 (diff) | |
download | gst-plugins-bad-0813fdac806a7f380a48af885a8296bb14d6b81c.tar.gz gst-plugins-bad-0813fdac806a7f380a48af885a8296bb14d6b81c.tar.bz2 gst-plugins-bad-0813fdac806a7f380a48af885a8296bb14d6b81c.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2007-10-01 Sebastian Dröge <slomo@circular-chaos.org> + + 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 <tim at centricular dot net> * ext/mythtv/gstmythtvsrc.c: |