summaryrefslogtreecommitdiffstats
path: root/ext/divx/gstdivxenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/divx/gstdivxenc.c')
-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);