diff options
Diffstat (limited to 'gst/videocrop')
-rw-r--r-- | gst/videocrop/gstaspectratiocrop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/videocrop/gstaspectratiocrop.c b/gst/videocrop/gstaspectratiocrop.c index cd59323ad..6d0ee44bc 100644 --- a/gst/videocrop/gstaspectratiocrop.c +++ b/gst/videocrop/gstaspectratiocrop.c @@ -392,10 +392,10 @@ gst_aspect_ratio_crop_get_caps (GstPad * pad) return_caps = gst_aspect_ratio_crop_transform_caps (aspect_ratio_crop, peer_caps); gst_caps_unref (peer_caps); + gst_object_unref (peer); } g_mutex_unlock (aspect_ratio_crop->crop_lock); - gst_object_unref (peer); gst_object_unref (aspect_ratio_crop); return return_caps; |