summaryrefslogtreecommitdiffstats
path: root/ext/divx
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2004-01-11 22:03:52 +0000
committerDavid Schleef <ds@schleef.org>2004-01-11 22:03:52 +0000
commitfc6fd546aa140705ff2c90415dc2f7cc7959991a (patch)
tree99ebfdeefe5bd071d790cc50217cfd3e003f3429 /ext/divx
parent6bafd1375734fd7d2f6184e56019943ae87b89db (diff)
downloadgst-plugins-bad-fc6fd546aa140705ff2c90415dc2f7cc7959991a.tar.gz
gst-plugins-bad-fc6fd546aa140705ff2c90415dc2f7cc7959991a.tar.bz2
gst-plugins-bad-fc6fd546aa140705ff2c90415dc2f7cc7959991a.zip
ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
Original commit message from CVS: * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new), (gst_fenced_buffer_default_copy): Fix for rename of buffer private structure members. * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time value during a resize/renegotiation. * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use gst_pad_alloc_buffer(); * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private structure members. * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free): Fix for rename of buffer private structure members. * sys/ximage/ximagesink.c: (gst_ximagesink_chain), (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc): Fix for rename of buffer private structure members. * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc): Fix for rename of buffer private structure members.
Diffstat (limited to 'ext/divx')
-rw-r--r--ext/divx/gstdivxenc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/divx/gstdivxenc.c b/ext/divx/gstdivxenc.c
index b7ac747d..823805ad 100644
--- a/ext/divx/gstdivxenc.c
+++ b/ext/divx/gstdivxenc.c
@@ -396,10 +396,6 @@ gst_divxenc_connect (GstPad *pad,
/* if there's something old around, remove it */
gst_divxenc_unset(divxenc);
- /* we are not going to act on variable caps */
- if (!gst_caps_is_fixed(caps))
- return GST_PAD_LINK_DELAYED;
-
gst_structure_get_int(structure, "width", &w);
gst_structure_get_int(structure, "height", &h);
gst_structure_get_double(structure, "framerate", &fps);