gstreamer/gst/mpegtsmux
Mathieu Duponchelle 91c76b0851 mpegtsmux: restore stream creation order
In 7c767f3fcd , stream creation was
refactored to occur before potential program creation. This created
issues with pipelines such as:

gst-launch-1.0 videotestsrc ! video/x-raw, format=I420, width=640, height=640, framerate=25/1 ! \
x264enc ! hlssink2 target-duration=1

eg.: gst_buffer_copy_into: assertion 'bufsize >= offset + size' failed

As this reordering was actually not needed for the purpose of allowing
to specify a PCR stream, this reverts the reordering part of the
initial commit.
2019-02-27 19:00:36 +01:00
..
tsmux mpegtsmux: Handle zero-sized buffers correctly without going into an infinite loop 2018-12-10 14:20:14 +00:00
Makefile.am tsmux: Fix make distcheck 2017-07-21 12:28:50 +03:00
meson.build Meson: Generate pc file for all plugins in bad 2018-04-25 11:08:09 +01:00
mpegtsmux.c mpegtsmux: restore stream creation order 2019-02-27 19:00:36 +01:00
mpegtsmux.h mpegtsmux: use GQueue instead of GList prepend/reverse 2015-07-29 17:30:15 +01:00
mpegtsmux_aac.c mpegtsmux: fix creation of ADTS header for AAC audio in MPEG-TS 2013-03-18 10:31:51 +00:00
mpegtsmux_aac.h Fix FSF address 2012-11-04 00:09:59 +00:00
mpegtsmux_jpeg2000.c tsmux/tsdemux: Add support for JPEG2000 2017-07-21 09:33:31 +03:00
mpegtsmux_jpeg2000.h tsmux/tsdemux: Add support for JPEG2000 2017-07-21 09:33:31 +03:00
mpegtsmux_opus.c tsdemux/mux: Add support for GstAudioClippingMeta for Opus 2015-11-03 20:35:41 +02:00
mpegtsmux_opus.h tsmux: Add support for Opus 2015-11-03 20:35:41 +02:00
mpegtsmux_ttxt.c mpegtsmux: fix uninitialized variable warning 2013-10-25 12:26:23 +01:00
mpegtsmux_ttxt.h Fix FSF address 2012-11-04 00:09:59 +00:00