Hi,
Is it possible to set the volume for Playbin element? When I try to set the volume , says GstPlayBin has no property named, like: GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GstPlayBin' has no property named `' |
g_object_set (G_OBJECT(playbin), "volume", 5.0, NULL); ?
On Mon, Nov 16, 2009 at 9:07 AM, Debsu <[hidden email]> wrote:
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Yes I am using :
g_object_set(G_OBJECT(Playbin), "volume", 1.0, NULL); But it gives the error: (<unknown>:1863): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GstPlayBin' has no property named
|
Free forum by Nabble | Edit this page |