[gstreamer-bugs] [Bug 432984] Alsasrc doesn't work

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Apr 25 01:15:08 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=432984

  GStreamer | don't know | Ver: 0.10.12

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




------- Comment #4 from Tim-Philipp Müller  2007-04-25 08:15 UTC -------
> In a totally unrelated side note:
> 1. why does ximagesink doesn't work as a video sink in the pipeline I'm using?
> Only xvimagesink works.

Because it only supports RGB video, not YUV video. It should work fine if you
put an ffmpegcolorspace converter element in front of it (takes more cpu
though).

Btw, you should probably also put a queue after the tee in the videosink part,
ie.  tee ! queue ! xvimagesink



> 2. why the video being "played" on the xvimagesink goes incredibly slow but the
> recorded video (the ogg produced) is fine?
> 
> Could it be associated to my previous problem?

Yes, the videosink does QoS (Quality of Service) by default and will drop
frames if it doesn't receive them in time / can't display them fast enough. You
can disable that with qos=false on the videosink, but I'm not sure it will
improve things in general. You might also want to use sync=false on the
videosink, since you have live sources in your pipeline which already sync to
the clock (so buffers will usually arrive to late at the sink and then be
dropped, because your version of GStreamer doesn't take into account pipeline
latency yet).


[Re-opening and closing again because if the resolution is 'fixed' it will
appear in the release notes]


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=432984.




More information about the Gstreamer-bugs mailing list