Revert "sbutitleoverlay: fix compiler warning"
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 30 Sep 2011 09:45:51 +0000 (11:45 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 30 Sep 2011 09:45:51 +0000 (11:45 +0200)
This reverts commit ed792293e7fc2bd54f4627649bb836a05709b5ab.

Not needed anymore because of another commit

gst/playback/gstsubtitleoverlay.c

index 69f15b9..5744fc0 100644 (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;