diff --git a/ChangeLog b/ChangeLog index 70ef8af71e..43a279098a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-07-28 Tim-Philipp Müller + + * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query): + Fix confusing debug message (s/event/query/) + 2005-07-28 Tim-Philipp Müller * gst/videotestsrc/videotestsrc.h: diff --git a/ext/vorbis/vorbisdec.c b/ext/vorbis/vorbisdec.c index e5821e9509..15d7b782c9 100644 --- a/ext/vorbis/vorbisdec.c +++ b/ext/vorbis/vorbisdec.c @@ -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; } }