gstreamer/gst/multifile
Vinod Kesti 11fd0e6120 splitmuxsink: pad request fails for flvmux
splitmuxsink requests pad from element using pad template like "video_%u", "audio_%u" and "sink_%d". This is true for most of the muxers.
But splitmuxsink not able to request pad to flvmux as flvmux has "audio" and "video" as pad templates.
fix: splitmuxsink should fallback to "audio" and  "video" when template not found.

https://bugzilla.gnome.org/show_bug.cgi?id=774507
2016-11-17 23:19:44 +11:00
..
gstmultifile.c splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
gstmultifilesink.c Revert "multifilesink: streamline the file-switch code a bit" 2016-09-27 10:23:38 +01:00
gstmultifilesink.h multifilesink: Add a new max-duration file switching mode 2015-05-20 15:50:07 +02:00
gstmultifilesrc.c multifilesrc: set position as offset from start-index 2016-05-27 20:32:08 +01:00
gstmultifilesrc.h multifilesrc: Implement seeking in case of multiple images 2013-11-22 18:52:54 -03:00
gstsplitfilesrc.c splitfilesrc: update uri_get_type to match the prototype in GstURIHandlerInterface 2016-11-12 10:52:24 +02:00
gstsplitfilesrc.h Fix FSF address 2012-11-04 00:07:18 +00:00
gstsplitmuxpartreader.c splitmuxsrc: Fix extra unref handling queries 2016-10-01 00:12:41 +10:00
gstsplitmuxpartreader.h splitmuxsrc: Avoid stall when parts get out of sync 2016-10-01 00:12:41 +10:00
gstsplitmuxsink.c splitmuxsink: pad request fails for flvmux 2016-11-17 23:19:44 +11:00
gstsplitmuxsink.h splitmuxsink: Use first buffer TS as mux start time 2016-11-08 21:09:12 +11:00
gstsplitmuxsrc.c splitmuxsrc: Store seek seqnum and send it on EOS / segment events. 2016-11-02 11:02:12 +11:00
gstsplitmuxsrc.h splitmuxsrc: Store seek seqnum and send it on EOS / segment events. 2016-11-02 11:02:12 +11:00
gstsplitutils.c splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
gstsplitutils.h splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:55:07 +01:00
meson.build meson: Add missing pbutils dependency to multifile 2016-10-16 02:18:22 +05:30
multifile.vproj Revive multifile[src|sink]. 2006-11-10 18:51:10 +00:00
patternspec.c Fix FSF address 2012-11-04 00:07:18 +00:00
patternspec.h Fix FSF address 2012-11-04 00:07:18 +00:00
test-splitmuxpartreader.c splitmux: Implement new elements for splitting files at mux level. 2015-02-06 04:26:59 +11:00