dvbsuboverlay: The enable property is a boolean and not an integer

This commit is contained in:
Edward Hervey 2010-12-16 11:29:07 +01:00
parent 2561bb8fa7
commit b191fb2b05

View file

@ -313,7 +313,7 @@ gst_dvbsub_overlay_get_property (GObject * object, guint prop_id,
switch (prop_id) {
case PROP_ENABLE:
g_value_set_int (value, g_atomic_int_get (&overlay->enable));
g_value_set_boolean (value, g_atomic_int_get (&overlay->enable));
break;
case PROP_MAX_PAGE_TIMEOUT:
g_value_set_int (value, g_atomic_int_get (&overlay->max_page_timeout));