mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
urisourcebin: Fix previous commit
rebase wasn't correct :)
This commit is contained in:
parent
5a53e89c1a
commit
18942d7875
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ gst_uri_source_bin_get_property (GObject * object, guint prop_id,
|
|||
g_value_set_double (value, urisrc->high_watermark);
|
||||
break;
|
||||
case PROP_STATISTICS:
|
||||
g_value_take_boxed (value, get_queue_statistics (dec));
|
||||
g_value_take_boxed (value, get_queue_statistics (urisrc));
|
||||
break;
|
||||
default:
|
||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||
|
|
Loading…
Reference in a new issue