mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-21 13:36:39 +00:00
*.h: Revert indenting
Original commit message from CVS: * *.h: Revert indenting
This commit is contained in:
parent
89b52fa125
commit
583a2aa96b
1 changed files with 16 additions and 19 deletions
|
@ -26,8 +26,7 @@
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C"
|
extern "C" {
|
||||||
{
|
|
||||||
#endif /* __cplusplus */
|
#endif /* __cplusplus */
|
||||||
|
|
||||||
|
|
||||||
|
@ -45,8 +44,7 @@ extern "C"
|
||||||
typedef struct _GstStereo GstStereo;
|
typedef struct _GstStereo GstStereo;
|
||||||
typedef struct _GstStereoClass GstStereoClass;
|
typedef struct _GstStereoClass GstStereoClass;
|
||||||
|
|
||||||
struct _GstStereo
|
struct _GstStereo {
|
||||||
{
|
|
||||||
GstElement element;
|
GstElement element;
|
||||||
|
|
||||||
GstPad *sinkpad,*srcpad;
|
GstPad *sinkpad,*srcpad;
|
||||||
|
@ -55,8 +53,7 @@ extern "C"
|
||||||
gfloat stereo;
|
gfloat stereo;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct _GstStereoClass
|
struct _GstStereoClass {
|
||||||
{
|
|
||||||
GstElementClass parent_class;
|
GstElementClass parent_class;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue