<div>Hi,</div><div><br></div><div>I am trying to play some flash video files (flv) downloaded from Youtube.</div><div><br></div><div><b>STEP1 ::</b></div><div><br></div><div>with below pipeline, audio/video decode and presentations are proper, </div>
<div><br></div><div>gst-launch-0.10 -v -v filesrc location=$PWD/sachin.flv ! typefind ! flvdemux name=demuxer demuxer. ! queue ! ffdec_flv ! ffmpegcolorspace ! ximagesink demuxer. ! queue ! mad ! autoaudiosink </div><div>
<br></div><div>but I am getting below warning message while playing the stream.</div><div><br></div><div><i>New clock: GstAudioSinkClock</i></div><div><i>WARNING: from element /GstPipeline:pipeline0: Internal GStreamer error: clock problem. Please file a bug at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" target="_blank">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.</i></div>
<div><i>Additional debug info:</i></div><div><i>gstbin.c(2311): gst_bin_do_latency_func (): /GstPipeline:pipeline0:</i></div><div><i>Failed to configure latency of 0:00:00.000000000</i></div><div><br></div><div><b>STEP2 ::</b></div>
<div><br></div><div>with below pipeline, audio/video decode and presentations are proper, </div><div><br></div><div>gst-launch-0.10 -v -v playbin uri=file://$PWD/sachin.flv</div><div><br></div><div>but I don't see any warning messages now.</div>
<div><br></div><div><i>Pipeline is PREROLLED ...</i></div><div><i>Setting pipeline to PLAYING ...</i></div><div><i>New clock: GstPulseSinkClock</i></div><div><i>/GstPlayBin:playbin0/GstBin:abin/GstAutoAudioSink:audiosink/GstPulseSink:audiosink-actual-sink-pulse: volume = 1.000000</i></div>
<div><i>/GstPlayBin:playbin0/GstBin:abin/GstAutoAudioSink:audiosink/GstPulseSink:audiosink-actual-sink-pulse: mute = FALSE</i></div><div><br></div><div><br></div><div>Can any body help me, to understand this warning message, and correct the PIPELINE mentioned in STEP1.</div>
<div><br></div><div>I tried with almost ten different flv files from Youtube, using PIPELINE mentioned in STEP1,</div><div>I am consistently getting the warning message for all files.</div><div> </div><div>Thanks and Regards,</div>
<div>Ra</div>