diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2002-05-08 20:10:56 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2002-05-08 20:10:56 +0000 |
commit | e1dd478f096fb23a57ab6bd1c8474940587cf65c (patch) | |
tree | e42649e84203e3819010a21d8dc09e0db11d86da /gst-libs/gst/idct | |
parent | 3c6a230219821f0fdb7883de5707772fdd9a77d7 (diff) | |
download | gst-plugins-bad-e1dd478f096fb23a57ab6bd1c8474940587cf65c.tar.gz gst-plugins-bad-e1dd478f096fb23a57ab6bd1c8474940587cf65c.tar.bz2 gst-plugins-bad-e1dd478f096fb23a57ab6bd1c8474940587cf65c.zip |
Fixed a typo in the idct plugin name make gstriff a real plugin
Original commit message from CVS:
Fixed a typo in the idct plugin name
make gstriff a real plugin
Diffstat (limited to 'gst-libs/gst/idct')
-rw-r--r-- | gst-libs/gst/idct/idct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/idct/idct.c b/gst-libs/gst/idct/idct.c index 7b1158fd..b7a2725e 100644 --- a/gst-libs/gst/idct/idct.c +++ b/gst-libs/gst/idct/idct.c @@ -136,6 +136,6 @@ plugin_init (GModule *module, GstPlugin *plugin) GstPluginDesc plugin_desc = { GST_VERSION_MAJOR, GST_VERSION_MINOR, - "gstidtc", + "gstidct", plugin_init }; |