diff options
author | Benjamin Otte <otte@gnome.org> | 2003-10-23 02:14:06 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-10-23 02:14:06 +0000 |
commit | 4de40d8ccd21dca15aaf792a842d266604cc59a7 (patch) | |
tree | 007af382ebbb6360d361074d9cf91ed5f4892106 /gst/rtjpeg | |
parent | 3b6a89d19d1e271cdd05645895e15b800dfe4934 (diff) | |
download | gst-plugins-bad-4de40d8ccd21dca15aaf792a842d266604cc59a7.tar.gz gst-plugins-bad-4de40d8ccd21dca15aaf792a842d266604cc59a7.tar.bz2 gst-plugins-bad-4de40d8ccd21dca15aaf792a842d266604cc59a7.zip |
initial typefind checkin. All typefind functions have been put into one single plugin in gst/typefind
Original commit message from CVS:
initial typefind checkin. All typefind functions have been put into one single plugin in gst/typefind
Diffstat (limited to 'gst/rtjpeg')
-rw-r--r-- | gst/rtjpeg/gstrtjpeg.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gst/rtjpeg/gstrtjpeg.c b/gst/rtjpeg/gstrtjpeg.c index c8842882..4284b8dd 100644 --- a/gst/rtjpeg/gstrtjpeg.c +++ b/gst/rtjpeg/gstrtjpeg.c @@ -25,13 +25,6 @@ extern GstElementDetails gst_rtjpegenc_details; extern GstElementDetails gst_rtjpegdec_details; -GstTypeDefinition rtjpegdefinition = { - "rtjpeg_video/rtjpeg", - "video/x-rtjpeg", - ".rtj", - NULL, -}; - static gboolean plugin_init (GModule *module, GstPlugin *plugin) { |