mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
clock: remove unnecessary g_object_notify() call
GObject will do that for us when g_object_set*() is called.
This commit is contained in:
parent
8b61681cff
commit
ca607d99b2
1 changed files with 0 additions and 1 deletions
|
@ -1364,7 +1364,6 @@ gst_clock_set_property (GObject * object, guint prop_id,
|
||||||
GST_OBJECT_LOCK (clock);
|
GST_OBJECT_LOCK (clock);
|
||||||
clock->stats = g_value_get_boolean (value);
|
clock->stats = g_value_get_boolean (value);
|
||||||
GST_OBJECT_UNLOCK (clock);
|
GST_OBJECT_UNLOCK (clock);
|
||||||
g_object_notify (object, "stats");
|
|
||||||
break;
|
break;
|
||||||
case PROP_WINDOW_SIZE:
|
case PROP_WINDOW_SIZE:
|
||||||
GST_CLOCK_SLAVE_LOCK (clock);
|
GST_CLOCK_SLAVE_LOCK (clock);
|
||||||
|
|
Loading…
Reference in a new issue