Original commit message from CVS:
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps):
revert previous patch
+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):
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);