mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
pulseaudiosink: Remove redundant code
This commit is contained in:
parent
f6f1605468
commit
bdf95eb39b
1 changed files with 1 additions and 1 deletions
|
@ -546,7 +546,7 @@ dbin2_event_probe (GstPad * pad, GstMiniObject * obj, gpointer data)
|
||||||
static void
|
static void
|
||||||
pad_added_cb (GstElement * dbin2, GstPad * pad, gpointer * data)
|
pad_added_cb (GstElement * dbin2, GstPad * pad, gpointer * data)
|
||||||
{
|
{
|
||||||
GstPulseAudioSink *pbin = GST_PULSE_AUDIO_SINK (data);
|
GstPulseAudioSink *pbin;
|
||||||
GstPad *sinkpad = NULL;
|
GstPad *sinkpad = NULL;
|
||||||
|
|
||||||
pbin = GST_PULSE_AUDIO_SINK (data);
|
pbin = GST_PULSE_AUDIO_SINK (data);
|
||||||
|
|
Loading…
Reference in a new issue