mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-04 15:19:57 +00:00
sbutitleoverlay: fix compiler warning
This commit is contained in:
parent
9592796d8a
commit
ed792293e7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue