summaryrefslogtreecommitdiffstats
path: root/ext/pulse
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-06-03 18:21:12 +0300
committerStefan Kost <ensonic@users.sf.net>2009-06-03 18:21:12 +0300
commitf77650c024afa4852cb69b567ee7857c1f725fa7 (patch)
treebd12038bc2b98f3fcb34fccc25c556cd1fda3e2d /ext/pulse
parent2af7977e1d6cc9a00947995cb75cd976d802e09d (diff)
pulsesink: rename gst_pulse_sink_get_time to gst_pulsesink_get_time
Rename internal method for consistency.
Diffstat (limited to 'ext/pulse')
-rw-r--r--ext/pulse/pulsesink.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/pulse/pulsesink.c b/ext/pulse/pulsesink.c
index 95c34a22..acb00626 100644
--- a/ext/pulse/pulsesink.c
+++ b/ext/pulse/pulsesink.c
@@ -1366,7 +1366,7 @@ gst_pulsesink_class_init (GstPulseSinkClass * klass)
/* returns the current time of the sink ringbuffer */
static GstClockTime
-gst_pulse_sink_get_time (GstClock * clock, GstBaseAudioSink * sink)
+gst_pulsesink_get_time (GstClock * clock, GstBaseAudioSink * sink)
{
GstPulseSink *psink;
GstPulseRingBuffer *pbuf;
@@ -1434,7 +1434,7 @@ gst_pulsesink_init (GstPulseSink * pulsesink, GstPulseSinkClass * klass)
gst_object_unref (GST_BASE_AUDIO_SINK (pulsesink)->provided_clock);
GST_BASE_AUDIO_SINK (pulsesink)->provided_clock =
gst_audio_clock_new ("GstPulseSinkClock",
- (GstAudioClockGetTimeFunc) gst_pulse_sink_get_time, pulsesink);
+ (GstAudioClockGetTimeFunc) gst_pulsesink_get_time, pulsesink);
}
static void