mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
videomixer: some more indent fixes
This commit is contained in:
parent
62d118678a
commit
07329bc083
1 changed files with 0 additions and 3 deletions
|
@ -73,7 +73,6 @@ static GType gst_videomixer_get_type (void);
|
||||||
|
|
||||||
|
|
||||||
static void gst_videomixer_pad_class_init (GstVideoMixerPadClass * klass);
|
static void gst_videomixer_pad_class_init (GstVideoMixerPadClass * klass);
|
||||||
|
|
||||||
static void gst_videomixer_pad_init (GstVideoMixerPad * mixerpad);
|
static void gst_videomixer_pad_init (GstVideoMixerPad * mixerpad);
|
||||||
|
|
||||||
static void gst_videomixer_pad_get_property (GObject * object, guint prop_id,
|
static void gst_videomixer_pad_get_property (GObject * object, guint prop_id,
|
||||||
|
@ -82,10 +81,8 @@ static void gst_videomixer_pad_set_property (GObject * object, guint prop_id,
|
||||||
const GValue * value, GParamSpec * pspec);
|
const GValue * value, GParamSpec * pspec);
|
||||||
|
|
||||||
static gboolean gst_videomixer_src_event (GstPad * pad, GstEvent * event);
|
static gboolean gst_videomixer_src_event (GstPad * pad, GstEvent * event);
|
||||||
|
|
||||||
static gboolean gst_videomixer_sink_event (GstPad * pad, GstEvent * event);
|
static gboolean gst_videomixer_sink_event (GstPad * pad, GstEvent * event);
|
||||||
|
|
||||||
|
|
||||||
static void gst_videomixer_sort_pads (GstVideoMixer * mix);
|
static void gst_videomixer_sort_pads (GstVideoMixer * mix);
|
||||||
|
|
||||||
#define DEFAULT_PAD_ZORDER 0
|
#define DEFAULT_PAD_ZORDER 0
|
||||||
|
|
Loading…
Reference in a new issue