mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
fix my bogus additons ot last commit, thanks to taaz
Original commit message from CVS: fix my bogus additons ot last commit, thanks to taaz
This commit is contained in:
parent
e3caf4385e
commit
5d63d50f9d
1 changed files with 0 additions and 2 deletions
|
@ -160,7 +160,6 @@ gst_wavenc_class_init (GstWavEncClass *klass)
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
146
|
|
||||||
gst_wavenc_setup (GstWavEnc *wavenc)
|
gst_wavenc_setup (GstWavEnc *wavenc)
|
||||||
{
|
{
|
||||||
struct wave_header wave;
|
struct wave_header wave;
|
||||||
|
@ -204,7 +203,6 @@ gst_wavenc_setup (GstWavEnc *wavenc)
|
||||||
wavenc->setup = TRUE;
|
wavenc->setup = TRUE;
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
190
|
|
||||||
static GstPadConnectReturn
|
static GstPadConnectReturn
|
||||||
gst_wavenc_sinkconnect (GstPad *pad,
|
gst_wavenc_sinkconnect (GstPad *pad,
|
||||||
GstCaps *caps)
|
GstCaps *caps)
|
||||||
|
|
Loading…
Reference in a new issue