sbutitleoverlay: fix compiler warning
This commit is contained in:
parent
9592796d8a
commit
ed792293e7
@ -1698,7 +1698,7 @@ static gboolean
|
||||
gst_subtitle_overlay_video_sink_setcaps (GstSubtitleOverlay * self,
|
||||
GstCaps * caps)
|
||||
{
|
||||
GstPad *target;
|
||||
GstPad *target = NULL;
|
||||
gboolean ret = TRUE;
|
||||
GstVideoInfo info;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user