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 /gst/mpegtsparse/mpegtsparse.h | |
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 'gst/mpegtsparse/mpegtsparse.h')
-rw-r--r-- | gst/mpegtsparse/mpegtsparse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/mpegtsparse/mpegtsparse.h b/gst/mpegtsparse/mpegtsparse.h index cace953a..e4a9df72 100644 --- a/gst/mpegtsparse/mpegtsparse.h +++ b/gst/mpegtsparse/mpegtsparse.h @@ -48,7 +48,6 @@ struct _MpegTSParse { GstElement element; GstPad *sinkpad; - GstPad *srcpad; /* the following vars must be protected with the OBJECT_LOCK as they can be * accessed from the application thread and the streaming thread */ |