diff options
author | Tim-Philipp Müller <tim@centricular.net> | 2005-06-15 16:47:07 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.net> | 2005-06-15 16:47:07 +0000 |
commit | f7ee26f4512878503199a110c3665fff224a1939 (patch) | |
tree | 8a7fb7dfa47ac6e389c85c69e6845cfb4d27d7eb /ChangeLog | |
parent | 31214d25a6af755bfdb321d895b98af89bc3f840 (diff) | |
download | gst-plugins-bad-f7ee26f4512878503199a110c3665fff224a1939.tar.gz gst-plugins-bad-f7ee26f4512878503199a110c3665fff224a1939.tar.bz2 gst-plugins-bad-f7ee26f4512878503199a110c3665fff224a1939.zip |
ext/cdio/cddasrc.c: Default to cdda://1 when called with empty URI (cdda://) like when called from gst_element_make_f...
Original commit message from CVS:
* ext/cdio/cddasrc.c: (cddasrc_uri_set_uri):
Default to cdda://1 when called with empty URI (cdda://)
like when called from gst_element_make_from_uri(). We need
to return TRUE in the set_uri() function if we can handle
the protocol but don't know whether the track number
is valid yet. (fixes #307804)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-06-15 Tim-Philipp Müller <tim at centricular dot net> + + * ext/cdio/cddasrc.c: (cddasrc_uri_set_uri): + Default to cdda://1 when called with empty URI (cdda://) + like when called from gst_element_make_from_uri(). We need + to return TRUE in the set_uri() function if we can handle + the protocol but don't know whether the track number + is valid yet. (fixes #307804) + 2005-06-15 David Schleef <ds@schleef.org> * gst/videoscale/gstvideoscale.c: Add 24-bit and 15-bit RGB |