[gst-devel] id3demux set propery prefer-v1 fails
Jesu Anuroop Suresh
jesuas at gmail.com
Fri Jan 28 15:49:18 CET 2011
Hi All,
Does any one tried setting the property of the id3demux ?
when I try to set it using the
GstElement *demux = gst_element_factory_make ("id3demux", "id3-demuxer0");
if (!demux)
{
g_print ("NO MEM Exiting.\n");
return 1;
}
g_object_set (G_OBJECT (demuxer), "prefer-v1", "true", NULL);
It gives the following error and does not work
(<unknown>:5543): GLib-GObject-WARNING **: value "TRUE" of type `gboolean'
is invalid or out of range for property `prefer-v1' of type `gboolean'
Regards
Jesu Anuroop Suresh
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/id3demux-set-propery-prefer-v1-fails-tp3244638p3244638.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list