ext/ffmpeg/gstffmpegcolorspace.c: revert previous patch
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 30 Apr 2004 12:18:46 +0000 (12:18 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 30 Apr 2004 12:18:46 +0000 (12:18 +0000)
Original commit message from CVS:
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps):
revert previous patch

ChangeLog
ext/ffmpeg/gstffmpegcolorspace.c

index 672bafd..e845396 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps):
+          revert previous patch
+
 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps):
index 74d18d0..635851a 100644 (file)
@@ -154,12 +154,7 @@ gst_ffmpegcsp_getcaps (GstPad * pad)
 
   otherpad = (pad == space->srcpad) ? space->sinkpad : space->srcpad;
 
-  /* use already negotiated caps if they exist */
-  if (GST_PAD_CAPS (otherpad))
-    othercaps = gst_caps_copy (GST_PAD_CAPS (otherpad));
-  if (!othercaps)
-    othercaps = gst_pad_get_allowed_caps (otherpad);
-
+  othercaps = gst_pad_get_allowed_caps (otherpad);
 
   othercaps = gst_ffmpegcsp_caps_remove_format_info (othercaps);