After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 562781 - Latency issue, got told to file report
Latency issue, got told to file report
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-11-30 17:23 UTC by Christian Fredrik Kalager Schaller
Modified: 2008-12-03 11:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2008-11-30 17:23:21 UTC
gst-launch-0.10 filesrc location=Ray_Parker_Jr-Ghostbusters.mp3 ! mad ! audioconvert ! faac ! filesink location=/tmp/ghost.aacSetting pipeline to PAUSED ...
Pipeline is PREROLLING ...
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
WARNING: from element /GstPipeline:pipeline0: Internal GStreamer error: clock problem.  Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstbin.c(2196): gst_bin_do_latency_func (): /GstPipeline:pipeline0:
Failed to configure latency of 0:00:00.000000000
Got EOS from element "pipeline0".
Execution ended after 21157370348 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
FREEING pipeline ...
Comment 1 Wim Taymans 2008-12-02 20:48:25 UTC
I believe this was fixed in gst-plugins-ugly 0.10.10 with this commit:

        * ext/mad/gstmad.c: (gst_mad_src_event), (gst_mad_chain),
        (gst_mad_change_state):
        * ext/mad/gstmad.h:
        track discont on incomming buffers and set discont on outgoing
        buffers.
        Pass unknown events upstreams instead of dropping them.


Please recheck.
Comment 2 Christian Fredrik Kalager Schaller 2008-12-03 11:53:11 UTC
confirmed, with latest ugly the message is gone