gstreamer/gst/encoding
Robert Swain dc79c42484 streamsplitter: Fix getcaps src pad caps merge
Caps returned from gst_pad_peer_get_caps_reffed () may not be writable.
If they are not is should cause an assertion in gst_caps_merge (),
however, sometimes assertions are disabled in binary builds of -base and
it's safer to just be sure the caps are writable. Also, check that the
reffed caps pointer is not NULL.
2011-06-29 11:57:52 +02: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: Autoplug formatters 2011-05-19 08:35:46 -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