dvbsuboverlay: The enable property is a boolean and not an integer
This commit is contained in:
parent
2561bb8fa7
commit
b191fb2b05
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user