gstreamer/gst/encoding
Alban Browaeys 579458f613 encodebin: muxer sink pad is not always a request pad
GstId3Mux sink pad is an always (static) pad. Thus releasing it
as if a request pad triggers:
(sound-juicer:11826): GStreamer-CRITICAL **:
gst_element_release_request_pad: assertion `GST_PAD_PAD_TEMPLATE (pad)
== NULL || GST_PAD_TEMPLATE_PRESENCE (GST_PAD_PAD_TEMPLATE (pad)) ==
GST_PAD_REQUEST' failed

https://bugzilla.gnome.org/show_bug.cgi?id=685110
2012-09-30 15:08:17 +01:00
..
gstencodebin.c encodebin: muxer sink pad is not always a request pad 2012-09-30 15:08:17 +01:00
gstencodebin.h encodebin: use generic marshaller for signal 2012-08-05 14:02:01 +01:00
gstsmartencoder.c smartencoder: use gst_quark_from_static_string() 2012-06-23 14:55:51 +01:00
gstsmartencoder.h gst: New encoding plugin 2010-12-15 11:54:32 +01:00
gststreamcombiner.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
gststreamcombiner.h encoding: port to new GLib threading API 2012-01-18 17:21:36 +00:00
gststreamsplitter.c Use new gst_element_class_set_static_metadata() 2012-04-10 00:45:16 +01:00
gststreamsplitter.h encoding: port to new GLib threading API 2012-01-18 17:21:36 +00:00
Makefile.am encodebin: use generic marshaller for signal 2012-08-05 14:02:01 +01:00