From 377610829307e73ef6f63e8e21b6ac1ce86135f1 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 29 Oct 2003 05:09:40 +0000 Subject: 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 --- gst/mpeg2sub/gstmpeg2subt.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'gst/mpeg2sub') 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 ", "(C) 2000", }; -/* defined but not used -static GstTypeDefinition mpeg2subtitledefinition = { - "mpeg2subt_video/mpeg2ubtitle", - "video/mpeg2subtitle", - NULL, - NULL, -}; -*/ + /* GstMpeg2Subt signals and args */ enum { /* FILL ME */ -- cgit v1.2.1