gstreamer/gst/encoding
Mathieu Duponchelle 0c0f803488 encodebin: Fix special case
Allows to run such a command line :

gst-launch-1.0 uridecodebin uri=file:///home/meh/Music/sthg.mp4 ! \
encodebin profile-string="audio/x-wav|1" ! filesink location=sthg.wav

Previously the code failed because wavenc is considered as a muxer.
We still want encodebin to audio/x-wav as an AudioEncodingProfile,
so this simple fix allows that.

Ability to mux raw streams in containers such as matroskamux
is a different issue.

https://bugzilla.gnome.org/show_bug.cgi?id=751470
2015-10-02 17:25:48 +03:00
..
gstencodebin.c encodebin: Fix special case 2015-10-02 17:25:48 +03:00
gstencodebin.h Fix FSF address 2012-11-03 23:05:09 +00:00
gstsmartencoder.c Rename property enums from ARG_ to PROP_ 2015-04-27 11:27:00 +01:00
gstsmartencoder.h Fix FSF address 2012-11-03 23:05:09 +00:00
gststreamcombiner.c streamcombiner: Proxy all sink events downstream 2013-07-23 09:14:23 +02:00
gststreamcombiner.h Fix FSF address 2012-11-03 23:05:09 +00:00
gststreamcombinerpad.h encoding: fix EOS handling in streamsplitter / combiner. 2013-07-21 20:25:54 -04:00
gststreamsplitter.c streamsplitter: do not leak events when flushing them 2014-09-18 12:40:22 +03:00
gststreamsplitter.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 18:42:34 +01:00