clock: remove unnecessary g_object_notify() call

GObject will do that for us when g_object_set*() is called.
This commit is contained in:
Tim-Philipp Müller 2010-10-07 16:27:20 +01:00
parent 8b61681cff
commit ca607d99b2

View file

@ -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);