link demux

Chuck Crisler ccrisler at mutualink.net
Wed Jun 26 12:14:03 PDT 2013


Demux elements often can't create a pad until there is a connection
request. You have to do the link in the 'new pad created' callback.


On Wed, Jun 26, 2013 at 3:10 PM, Brendan Long <self at brendanlong.com> wrote:

> On 06/26/2013 12:52 PM, "Simon Krütt" wrote:
> > srcpad = gst_element_get_static_pad (demux, "src");
> > (mp4test:32152): GStreamer-CRITICAL **: gst_pad_link_full: assertion
> > `GST_IS_PAD (srcpad)' failed
> Are your sure your "demux" element has a pad named "src"? The assertion
> here most likely means srcpad is NULL.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130626/b7d7a276/attachment.html>


More information about the gstreamer-devel mailing list