gstreamer/gst/mpegtsmux
Sameer Naik 666807ed69 mpegtsmux: fix segfault if gst_collect_pads_pop () returns no buffer
In mpegtsmux_choose_best_stream () call if the gst_collect_pads_pop () call
returns no buffer (NULL), the plugin SegFaults in the gst_buffer_unref call.
To fix this we check if a valid buffer is returned before calling
gst_buffer_unref ().

Fixes bug #654416.
2011-07-12 07:51:21 +02:00
..
tsmux mpegtsmux: use gst debug for tsmux library 2011-05-18 12:06:38 -07:00
Makefile.am Don't install static libs for plugins. Fixes #550851 for -bad. 2008-11-04 12:42:30 +00:00
mpegtsmux.c mpegtsmux: fix segfault if gst_collect_pads_pop () returns no buffer 2011-07-12 07:51:21 +02:00
mpegtsmux.h Rewrite M2TS packet output 2011-03-26 16:18:22 +11:00
mpegtsmux_aac.c mpegtsmux: use gst debug for tsmux library 2011-05-18 12:06:38 -07:00
mpegtsmux_aac.h Add Fluendo MPEG-TS muxer and libtsmux to gst-plugins-bad. This is renamed to mpegtsmux to prevent conflicts. Also al... 2008-09-01 16:38:40 +00:00
mpegtsmux_h264.c mpegtsmux: use gst debug for tsmux library 2011-05-18 12:06:38 -07:00
mpegtsmux_h264.h mpegtsmux: generate SPS/PPS header once and fix overflow 2010-02-02 12:23:24 +01:00