Hi, On Thu 17 Jul 2008 11:15, "Julien Pauty" <[EMAIL PROTECTED]> writes:
> Using xvimagesink and alsa sink I can get audio and synchronized by > setting both sinks to sync=true. > > When I try this approach with clutter video sink, sound is muted: This likely means that the audio is always arriving late, so is dropped. But that is surprising. > I must > set alsasink to sync=false to get the sound. The problem is that > synchronization is not very good in that case. I don't know why this would be. If you set GST_DEBUG=5 you can get a very verbose spew. Run your app like: GST_DEBUG=5 ./my-app >/tmp/gst-log 2>&1 Then use less -R /tmp/gst-log. (Make sure you have up-to-date GStreamer before filing a bug.) See also: http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gst-running.html Perhaps gstcluttersink needs to do something about latency. I don't know that part of GStreamer though. > Is there any way to enable synchronization on the clutter video sink and > keeping sound ? There should be. Happy hacking, Andy. -- http://wingolog.org/ -- To unsubscribe send a mail to [EMAIL PROTECTED]
