use new method names

Original commit message from CVS:
use new method names
This commit is contained in:
Wim Taymans 2002-07-13 23:13:42 +00:00
parent d70bc4c945
commit 4453f03613

View file

@ -189,7 +189,7 @@ gst_osssrc_get (GstPad *pad)
g_return_val_if_fail (pad != NULL, NULL);
src = GST_OSSSRC(gst_pad_get_parent (pad));
GST_DEBUG (GST_CAT_PLUGIN_INFO, "attempting to read something from soundcard");
GST_DEBUG (GST_CAT_PLUGIN_INFO, "attempting to read something from the soundcard");
buf = gst_buffer_new ();
g_return_val_if_fail (buf, NULL);