diff options
Diffstat (limited to 'gst/gstclock.c')
-rw-r--r-- | gst/gstclock.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gst/gstclock.c b/gst/gstclock.c index e7927786d..00373d22d 100644 --- a/gst/gstclock.c +++ b/gst/gstclock.c @@ -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); |