ext/vorbis/vorbisdec.c: Fix confusing debug message (s/event/query/)
Original commit message from CVS: * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query): Fix confusing debug message (s/event/query/)
This commit is contained in:
parent
aaaeceaf4f
commit
7679fe45fb
@ -1,3 +1,8 @@
|
|||||||
|
2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
|
* ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
|
||||||
|
Fix confusing debug message (s/event/query/)
|
||||||
|
|
||||||
2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
|
2005-07-28 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* gst/videotestsrc/videotestsrc.h:
|
* gst/videotestsrc/videotestsrc.h:
|
||||||
|
@ -299,7 +299,7 @@ vorbis_dec_src_query (GstPad * pad, GstQuery * query)
|
|||||||
|
|
||||||
error:
|
error:
|
||||||
{
|
{
|
||||||
GST_DEBUG ("error handling event");
|
GST_DEBUG ("error handling query");
|
||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user