Object class 'GstOggMux' has no property named 'rate'

Wim Taymans wim.taymans at gmail.com
Fri Jul 11 01:49:02 PDT 2014


Explicitly cast the argument to a guint64 like so:

g_object_set (pipeline_audio_stream.mux,"max-delay", (guint64)0,NULL);
g_object_set (pipeline_audio_stream.mux,"max-page-delay",(guint64)0,NULL);

Wim


On 11 July 2014 10:38, Lee Matthews <lma at spaceapplications.com> wrote:

> Hi,
>
> I'm configuring oggmux in my code and I notice that calling :
>
> g_object_set (pipeline_audio_stream.mux,"max-delay",0,NULL);
> g_object_set (pipeline_audio_stream.mux,"max-page-delay",0,NULL);
>
> produces the following warnings :
>
> W/GLib+GLib-GObject( 2307): g_object_set_valist: object class 'GstOggMux'
> has no property named 'rate'
> W/GLib+GLib-GObject( 2307): g_object_set_valist: object class 'GstOggMux'
> has no property named 'rate'
>
> Is this normal ?
>
> Thanks
> Lee
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140711/74ec0a7b/attachment-0001.html>


More information about the gstreamer-devel mailing list