mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
gst/audioconvert/gstaudioconvert.c: Fix typo in debug line introduced recently, as pointed out on irc.
Original commit message from CVS: * gst/audioconvert/gstaudioconvert.c: (strip_width_64), (gst_audio_convert_transform_caps): Fix typo in debug line introduced recently, as pointed out on irc.
This commit is contained in:
parent
726f2c1732
commit
e1544977a6
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2007-03-27 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* gst/audioconvert/gstaudioconvert.c: (strip_width_64),
|
||||
(gst_audio_convert_transform_caps):
|
||||
Fix typo in debug line introduced recently, as pointed out on irc.
|
||||
|
||||
2007-03-27 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
|
||||
|
|
|
@ -589,7 +589,7 @@ gst_audio_convert_transform_caps (GstBaseTransform * base,
|
|||
} else
|
||||
gst_caps_append_structure (ret, s);
|
||||
|
||||
GST_DEBUG_OBJECT (base, "Caps transformed to % " GST_PTR_FORMAT, ret);
|
||||
GST_DEBUG_OBJECT (base, "Caps transformed to %" GST_PTR_FORMAT, ret);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue