mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
use new method names
Original commit message from CVS: use new method names
This commit is contained in:
parent
d70bc4c945
commit
4453f03613
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ gst_osssrc_get (GstPad *pad)
|
||||||
g_return_val_if_fail (pad != NULL, NULL);
|
g_return_val_if_fail (pad != NULL, NULL);
|
||||||
src = GST_OSSSRC(gst_pad_get_parent (pad));
|
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 ();
|
buf = gst_buffer_new ();
|
||||||
g_return_val_if_fail (buf, NULL);
|
g_return_val_if_fail (buf, NULL);
|
||||||
|
|
Loading…
Reference in a new issue