diff options
Diffstat (limited to 'gst/inter/gstintervideosrc.c')
-rw-r--r-- | gst/inter/gstintervideosrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/inter/gstintervideosrc.c b/gst/inter/gstintervideosrc.c index f5c3e0298..3bad3b672 100644 --- a/gst/inter/gstintervideosrc.c +++ b/gst/inter/gstintervideosrc.c @@ -242,7 +242,7 @@ gst_inter_video_src_set_caps (GstBaseSrc * base, GstCaps * caps) gst_video_frame_unmap (&dest_frame); intervideosrc->black_frame = dest; - return gst_pad_set_caps (GST_BASE_SRC_PAD (intervideosrc), caps); + return TRUE; } static gboolean |