summaryrefslogtreecommitdiffstats
path: root/ext/divx
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-04-28 03:13:48 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2004-04-28 03:13:48 +0000
commit48892c24ed168126c3390d917421b0c17300dc23 (patch)
tree63db545171dee7f3a4263882f30b619c9e3264fd /ext/divx
parent5838ad103d03dc0102b8140530e12e01fc5c4f76 (diff)
downloadgst-plugins-bad-48892c24ed168126c3390d917421b0c17300dc23.tar.gz
gst-plugins-bad-48892c24ed168126c3390d917421b0c17300dc23.tar.bz2
gst-plugins-bad-48892c24ed168126c3390d917421b0c17300dc23.zip
ext/divx/gstdivxdec.c: Remove comment that makes no sense.
Original commit message from CVS: * ext/divx/gstdivxdec.c: (plugin_init): Remove comment that makes no sense. * ext/mad/gstid3tag.c: (gst_id3_tag_set_property): Fix for obvious typo that resulted in warnings during gst-register. * ext/xvid/gstxviddec.c: (gst_xviddec_src_link), (gst_xviddec_sink_link): Fix caps negotiation a bit better. * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak): We call this 'codec_data', not 'esds'.
Diffstat (limited to 'ext/divx')
-rw-r--r--ext/divx/gstdivxdec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/divx/gstdivxdec.c b/ext/divx/gstdivxdec.c
index d4aa4602..55d3c1aa 100644
--- a/ext/divx/gstdivxdec.c
+++ b/ext/divx/gstdivxdec.c
@@ -480,7 +480,6 @@ plugin_init (GstPlugin * plugin)
return FALSE;
}
- /* create an elementfactory for the v4lmjpegsrcparse element */
return gst_element_register (plugin, "divxdec",
GST_RANK_SECONDARY, GST_TYPE_DIVXDEC);
}