pulseaudiosink: Remove redundant code
This commit is contained in:
parent
f6f1605468
commit
bdf95eb39b
@ -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…
x
Reference in New Issue
Block a user