mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 23:28:16 +00:00
osxaudio: remove unused variables
This commit is contained in:
parent
c0fd8e0c39
commit
0de0a1f1db
2 changed files with 0 additions and 6 deletions
|
@ -87,11 +87,9 @@ static void
|
|||
gst_osx_audio_ring_buffer_class_init (GstOsxAudioRingBufferClass * klass)
|
||||
{
|
||||
GObjectClass *gobject_class;
|
||||
GstObjectClass *gstobject_class;
|
||||
GstAudioRingBufferClass *gstringbuffer_class;
|
||||
|
||||
gobject_class = (GObjectClass *) klass;
|
||||
gstobject_class = (GstObjectClass *) klass;
|
||||
gstringbuffer_class = (GstAudioRingBufferClass *) klass;
|
||||
|
||||
ring_parent_class = g_type_class_peek_parent (klass);
|
||||
|
|
|
@ -394,10 +394,6 @@ done:
|
|||
static GstBuffer *
|
||||
gst_osx_audio_sink_sink_payload (GstAudioBaseSink * sink, GstBuffer * buf)
|
||||
{
|
||||
GstOsxAudioSink *osxsink;
|
||||
|
||||
osxsink = GST_OSX_AUDIO_SINK (sink);
|
||||
|
||||
if (RINGBUFFER_IS_SPDIF (sink->ringbuffer->spec.type)) {
|
||||
gint framesize = gst_audio_iec61937_frame_size (&sink->ringbuffer->spec);
|
||||
GstBuffer *out;
|
||||
|
|
Loading…
Reference in a new issue