From f7ee26f4512878503199a110c3665fff224a1939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 15 Jun 2005 16:47:07 +0000 Subject: 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) --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 70d2ae2e..655a276f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2005-06-15 Tim-Philipp Müller + + * 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 * gst/videoscale/gstvideoscale.c: Add 24-bit and 15-bit RGB -- cgit v1.2.1