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:
Tim-Philipp Müller 2005-07-28 19:21:19 +00:00
parent aaaeceaf4f
commit 7679fe45fb
2 changed files with 6 additions and 1 deletions

View file

@ -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>
* gst/videotestsrc/videotestsrc.h:

View file

@ -299,7 +299,7 @@ vorbis_dec_src_query (GstPad * pad, GstQuery * query)
error:
{
GST_DEBUG ("error handling event");
GST_DEBUG ("error handling query");
return res;
}
}