diff options
author | David Schleef <ds@schleef.org> | 2003-10-29 05:09:40 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-10-29 05:09:40 +0000 |
commit | 377610829307e73ef6f63e8e21b6ac1ce86135f1 (patch) | |
tree | 6640e7254dc48c3690684acbb7c5c048a347cef4 /gst/mpeg2sub/gstmpeg2subt.c | |
parent | e58373a8b65fdcddd8a253f4b0ee2253e2af7042 (diff) | |
download | gst-plugins-bad-377610829307e73ef6f63e8e21b6ac1ce86135f1.tar.gz gst-plugins-bad-377610829307e73ef6f63e8e21b6ac1ce86135f1.tar.bz2 gst-plugins-bad-377610829307e73ef6f63e8e21b6ac1ce86135f1.zip |
Move a few typefind functions to gst/typefind, remove all old typefinding code from bitrotten plugins
Original commit message from CVS:
Move a few typefind functions to gst/typefind, remove all old typefinding
code from bitrotten plugins
Diffstat (limited to 'gst/mpeg2sub/gstmpeg2subt.c')
-rw-r--r-- | gst/mpeg2sub/gstmpeg2subt.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gst/mpeg2sub/gstmpeg2subt.c b/gst/mpeg2sub/gstmpeg2subt.c index 3dda7a38..1ca33685 100644 --- a/gst/mpeg2sub/gstmpeg2subt.c +++ b/gst/mpeg2sub/gstmpeg2subt.c @@ -47,14 +47,7 @@ static GstElementDetails mpeg2subt_details = { "Wim Taymans <wim.taymans@chello.be>", "(C) 2000", }; -/* defined but not used -static GstTypeDefinition mpeg2subtitledefinition = { - "mpeg2subt_video/mpeg2ubtitle", - "video/mpeg2subtitle", - NULL, - NULL, -}; -*/ + /* GstMpeg2Subt signals and args */ enum { /* FILL ME */ |