[gst-devel] [multiqueue] problem on 64bit systems with "use-buffering" property?

Stefan Kost ensonic at hora-obscura.de
Sun May 9 20:53:07 CEST 2010


Am 08.05.2010 16:30, schrieb Thomas Loewe:
> 
> Hi,
> 
> is there a problem with multiqueue and the "use-buffering" property on 64bit
> systems?
> 
> My program uses this option and it works fine on 32bit windows and linux. On
> 64bit linux there is no buffering message or only one time with 0%.

please tell the part of the code where you set it. If you set other properties
in the sam g_object_set statement and some properties are 64bit ones and you use
constants for those and you don't ensure the correct size (e.g. by using
G_GUINT64_CONSTANT) you can easily mess up the varargs list.

Stefan

> 
> Any idea?
> 
> Thanks,
> Thomas





More information about the gstreamer-devel mailing list