QtGStreamer: Internal data flow error.
Mandeep Sandhu
mandeepsandhu.chd at gmail.com
Wed Mar 6 21:59:50 PST 2013
On Thu, Mar 7, 2013 at 1:09 AM, hobbesc7 <hobbesc7 at gmail.com> wrote:
> Mandeep Sandhu wrote
>> I didn't see any sample code in your first mail in this thread. Did
>> you send it in another thread?
>
> No. You can see the sample code here:
>
> http://gstreamer-devel.966125.n4.nabble.com/QtGStreamer-Internal-data-flow-error-td4658824.html
That's strange. I'm not able to see this code in gmail (in web
browser)! Even the debug o/p that you send in this mail (below) is not
viewable on gmail. I can see it on the web link you sent though.
>
> Mandeep Sandhu wrote
>> Enable debugs (by setting GST_DEBUG env var) to see if there are any
>> warnings/criticals being reported when you attempt to change state.
>
> When I turn on GST_DEBUG=*:2, I see the following when I try to play() a
> second time:
>
>
>
>
The link between your udpsrc and decoder seems to be broken. I don't
know why. Could you try removing the queue before the decoder? I've
heard of similar issues when a queue was present before a decoder.
Maybe some other expert here can tell as to why that is (i.e if
removing it works).
Also, remember to check the return value of your setState() calls just
to make sure they did not return an error.
HTH,
-mandeep
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/QtGStreamer-Internal-data-flow-error-tp4658824p4658933.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list