[gst-devel] Trouble with giostreamsrc

W. Michael Petullo mike at flyn.org
Mon Jul 6 16:15:59 CEST 2009


>> I am trying to move an application from giosrc to giostreamsrc.
>> However, I have not been able to get my giostreamsrc pipeline to
>> work. Everything worked fine when I was using giosrc with a URI.
>>
>> When I run the application with the GST_DEBUG environment variable
>> set, I see the error "No stream given yet." This happens as the
>> application tries to change the pipeline's state to playing.
>>
>> The strange thing is that I added a check right before the state
>> change that reads the stream property from the giostreamsrc element
>> using g_object_get and confirms that it is a G_IS_INPUT_STREAM. The
>> check does not complain. However, something sets the stream back to
>> NULL after I call gst_element_set_state (see "FIRST CHECK" and
>> "SECOND CHECK" below).
>>
>> I've run my application through valgrind and did not see any memory
>> issues, though I have not yet ruled that out entirely.
>>
>> I am using gstreamer-plugins-base 0.10.22.
>
> Could you file a bug for this at http://bugzila.gnome.org and  
> assign me
> to it? I know what the problem is and will work on that soonish :)

Oh, good -- I thought I was losing my mind!

I created the bug, but could not assign it to you.

See:

http://bugzilla.gnome.org/show_bug.cgi?id=587896

Mike




More information about the gstreamer-devel mailing list