Revert "sbutitleoverlay: fix compiler warning"

This reverts commit ed792293e7.

Not needed anymore because of another commit
This commit is contained in:
Wim Taymans 2011-09-30 11:45:51 +02:00
parent 67f1a097bf
commit bf57108e6a

View file

@ -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;