From 4a49df5ab4324f2bb0d899c0fd984674b8566189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Sat, 2 Apr 2005 20:00:47 +0000 Subject: Don't advertise query types that are not supported (GST_QUERY_START and GST_QUERY_SEGMENT_END) Original commit message from CVS: Don't advertise query types that are not supported (GST_QUERY_START and GST_QUERY_SEGMENT_END) --- ext/cdaudio/gstcdaudio.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext') diff --git a/ext/cdaudio/gstcdaudio.c b/ext/cdaudio/gstcdaudio.c index 069191f4..1e8e5eb7 100644 --- a/ext/cdaudio/gstcdaudio.c +++ b/ext/cdaudio/gstcdaudio.c @@ -440,8 +440,6 @@ gst_cdaudio_get_query_types (GstElement * element) static const GstQueryType query_types[] = { GST_QUERY_TOTAL, GST_QUERY_POSITION, - GST_QUERY_START, - GST_QUERY_SEGMENT_END, 0 }; -- cgit v1.2.1