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

Lee Matthews lma at spaceapplications.com
Fri Jul 11 01:38:30 PDT 2014


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


More information about the gstreamer-devel mailing list