diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-04-02 20:00:47 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-04-02 20:00:47 +0000 |
commit | 4a49df5ab4324f2bb0d899c0fd984674b8566189 (patch) | |
tree | 9d24c24c3428be4add0fa4137ad98c8f9840c515 /ChangeLog | |
parent | 21fdeb63efdf26db7ff5d230026ad6a5eb06bdbf (diff) | |
download | gst-plugins-bad-4a49df5ab4324f2bb0d899c0fd984674b8566189.tar.gz gst-plugins-bad-4a49df5ab4324f2bb0d899c0fd984674b8566189.tar.bz2 gst-plugins-bad-4a49df5ab4324f2bb0d899c0fd984674b8566189.zip |
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)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |