use new method names
Original commit message from CVS: use new method names
This commit is contained in:
parent
d70bc4c945
commit
4453f03613
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user