mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
ext/cdio/gstcdio.c: Remove unused format argument.
Original commit message from CVS: * ext/cdio/gstcdio.c: Remove unused format argument.
This commit is contained in:
parent
b4fa2fae06
commit
488fb36616
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-01-02 Alessandro Decina <alessandro.d@gmail.com>
|
||||
|
||||
* ext/cdio/gstcdio.c:
|
||||
Remove unused format argument.
|
||||
|
||||
2008-12-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* win32/common/.cvsignore:
|
||||
|
|
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit 24efb72e9a01364c6ea90b70ef2bb7049af980b4
|
||||
Subproject commit 5dc8ae302733ce1aae5b1aaa613ce77a8ae4b3d9
|
|
@ -81,7 +81,7 @@ gst_cdio_add_cdtext_album_tags (GstObject * src, CdIo * cdio, GstTagList * tags)
|
|||
|
||||
t = cdio_get_cdtext (cdio, 0);
|
||||
if (t == NULL) {
|
||||
GST_DEBUG_OBJECT (src, "no CD-TEXT for album %u");
|
||||
GST_DEBUG_OBJECT (src, "no CD-TEXT for album");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue