mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Revert "sbutitleoverlay: fix compiler warning"
This reverts commit ed792293e7
.
Not needed anymore because of another commit
This commit is contained in:
parent
67f1a097bf
commit
bf57108e6a
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 = NULL;
|
||||
GstPad *target;
|
||||
gboolean ret = TRUE;
|
||||
GstVideoInfo info;
|
||||
|
||||
|
|
Loading…
Reference in a new issue