gstreamer/gst/encoding
Thiago Santos 2768ed75e0 encodebin: Select muxer further
Sort muxers based on their caps and ranking before iterating to
find one that fits the profile.

Sorting is done by putting the elements that have a pad template
that can produce the exact caps that is on the profile. For example:
when asking for "video/quicktime, variant=iso", muxers that
have this exact caps on their pad templates will be put first on
the list than ones that have only "video/quicktime".

https://bugzilla.gnome.org/show_bug.cgi?id=651496
2011-09-05 17:48:36 -03:00
..
.gitignore gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gstencode-marshal.list gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gstencodebin.c encodebin: Select muxer further 2011-09-05 17:48:36 -03:00
gstencodebin.h encodebin: Add missing-plugin support 2011-01-07 13:18:20 +01:00
gstsmartencoder.c gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gstsmartencoder.h gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gststreamcombiner.c gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gststreamcombiner.h gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gststreamsplitter.c streamsplitter: Fix getcaps src pad caps merge 2011-06-29 11:57:52 +02:00
gststreamsplitter.h gst: New encoding plugin 2010-12-15 11:54:32 +01:00
Makefile.am android: make it ready for androgenizer 2011-04-11 07:23:21 +02:00