mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +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);
|
||||
clock->stats = g_value_get_boolean (value);
|
||||
GST_OBJECT_UNLOCK (clock);
|
||||
g_object_notify (object, "stats");
|
||||
break;
|
||||
case PROP_WINDOW_SIZE:
|
||||
GST_CLOCK_SLAVE_LOCK (clock);
|
||||
|
|
Loading…
Reference in a new issue