summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--ext/cdaudio/gstcdaudio.c2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a5bcfb0..6ec5a29f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-04-02 Tim-Philipp Müller <tim at centricular dot net>
+ * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_get_query_types):
+ Don't advertise query types that are not supported
+ (GST_QUERY_START and GST_QUERY_SEGMENT_END)
+
+2005-04-02 Tim-Philipp Müller <tim at centricular dot net>
+
* configure.ac:
* ext/Makefile.am:
* ext/wavpack/Makefile.am:
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
};