summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpL16pay.h
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
committerJohan Dahlin <johan@gnome.org>2004-03-15 16:32:54 +0000
commit5acffea623eaa95469a8fb77260c85240c6c0a41 (patch)
tree5d1eb5b3c6cbe7ff7888cfe0b2f972f7e509e99d /gst/rtp/gstrtpL16pay.h
parentf878cc16402dcc70f31861bb120f435f3157c518 (diff)
*.h: Revert indenting
Original commit message from CVS: * *.h: Revert indenting
Diffstat (limited to 'gst/rtp/gstrtpL16pay.h')
-rw-r--r--gst/rtp/gstrtpL16pay.h44
1 files changed, 22 insertions, 22 deletions
diff --git a/gst/rtp/gstrtpL16pay.h b/gst/rtp/gstrtpL16pay.h
index 7e902483..15ed92f6 100644
--- a/gst/rtp/gstrtpL16pay.h
+++ b/gst/rtp/gstrtpL16pay.h
@@ -31,32 +31,32 @@ extern "C"
#endif /* __cplusplus */
/* Definition of structure storing data for this element. */
- typedef struct _GstRtpL16Enc GstRtpL16Enc;
- struct _GstRtpL16Enc
- {
- GstElement element;
-
- GstPad *sinkpad;
- GstPad *srcpad;
+typedef struct _GstRtpL16Enc GstRtpL16Enc;
+struct _GstRtpL16Enc
+{
+ GstElement element;
- guint frequency;
- guint channels;
+ GstPad *sinkpad;
+ GstPad *srcpad;
- /* the timestamp of the next frame */
- guint64 next_time;
- /* the interval between frames */
- guint64 time_interval;
+ guint frequency;
+ guint channels;
- guint32 ssrc;
- guint16 seq;
- };
+ /* the timestamp of the next frame */
+ guint64 next_time;
+ /* the interval between frames */
+ guint64 time_interval;
+
+ guint32 ssrc;
+ guint16 seq;
+};
/* Standard definition defining a class for this element. */
- typedef struct _GstRtpL16EncClass GstRtpL16EncClass;
- struct _GstRtpL16EncClass
- {
- GstElementClass parent_class;
- };
+typedef struct _GstRtpL16EncClass GstRtpL16EncClass;
+struct _GstRtpL16EncClass
+{
+ GstElementClass parent_class;
+};
/* Standard macros for defining types for this element. */
#define GST_TYPE_RTP_L16_ENC \
@@ -70,7 +70,7 @@ extern "C"
#define GST_IS_RTP_L16_ENC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_L16_ENC))
- gboolean gst_rtpL16enc_plugin_init (GstPlugin * plugin);
+gboolean gst_rtpL16enc_plugin_init (GstPlugin * plugin);
#ifdef __cplusplus
}