<div dir="ltr">The 'not-negotiated' error means that there is a caps problem. Enable logging and look for the negotiation failure. On Linux, export GST_DEBUG=*:3 to get started. That will give you the names of relevant filters. You probably want to look at GST_ELEMENT. export GST_DEBUG=*:3,GST_ELEMENT:4 for example. This will give you a logging of the step-by-step connection of the pads so you can quickly determine where the failure is.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Feb 26, 2014 at 5:59 AM, d <span dir="ltr"><<a href="mailto:dudi017@gmail.com" target="_blank">dudi017@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
I have a pipeline that work fine if I write the video to a file.<br>
but when I try to display the video on the screen, I keep get this error:<br>
<br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Internal<br>
data flow error.<br>
Additional debug info:<br>
gstbasesrc.c(2633): gst_base_src_loop ():<br>
/GstPipeline:pipeline0/GstFileSrc:filesrc0:<br>
streaming task paused, reason not-negotiated (-4)<br>
ERROR: pipeline doesn't want to preroll.<br>
Setting pipeline to NULL ...<br>
Freeing pipeline ...<br>
<br>
this is the pipeline:<br>
<br>
gst-launch-0.10 filesrc location=video.pcap ! pcapparse src-port=58694 !<br>
"application/x-rtp, payload=(int)96, media=(string)video,<br>
clock-rate=(int)90000, encoding-name=(string)H264" ! rtph264depay !<br>
"video/x-h264, width=320, height=240, framerate=(fraction)30/1" !<br>
autovideosink<br>
<br>
<br>
am I doing something wrong here?<br>
thanks<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/cant-display-the-video-tp4665536.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/cant-display-the-video-tp4665536.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>