diff options
Diffstat (limited to 'gst/oldcore/gststatistics.c')
-rw-r--r-- | gst/oldcore/gststatistics.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/oldcore/gststatistics.c b/gst/oldcore/gststatistics.c index ef6cca3b..7c8b747a 100644 --- a/gst/oldcore/gststatistics.c +++ b/gst/oldcore/gststatistics.c @@ -340,7 +340,6 @@ gst_statistics_set_property (GObject * object, guint prop_id, { GstStatistics *statistics; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_STATISTICS (object)); statistics = GST_STATISTICS (object); @@ -376,7 +375,6 @@ gst_statistics_get_property (GObject * object, guint prop_id, GValue * value, { GstStatistics *statistics; - /* it's not null if we got it, but it might not be ours */ g_return_if_fail (GST_IS_STATISTICS (object)); statistics = GST_STATISTICS (object); |