summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpgsmpay.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/gstrtpgsmpay.h
parentf878cc16402dcc70f31861bb120f435f3157c518 (diff)
*.h: Revert indenting
Original commit message from CVS: * *.h: Revert indenting
Diffstat (limited to 'gst/rtp/gstrtpgsmpay.h')
-rw-r--r--gst/rtp/gstrtpgsmpay.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/gst/rtp/gstrtpgsmpay.h b/gst/rtp/gstrtpgsmpay.h
index e44e5dae..1220d402 100644
--- a/gst/rtp/gstrtpgsmpay.h
+++ b/gst/rtp/gstrtpgsmpay.h
@@ -31,31 +31,31 @@ extern "C"
#endif /* __cplusplus */
/* Definition of structure storing data for this element. */
- typedef struct _GstRtpGSMEnc GstRtpGSMEnc;
- struct _GstRtpGSMEnc
- {
- GstElement element;
-
- GstPad *sinkpad;
- GstPad *srcpad;
+typedef struct _GstRtpGSMEnc GstRtpGSMEnc;
+struct _GstRtpGSMEnc
+{
+ GstElement element;
- guint frequency;
+ GstPad *sinkpad;
+ GstPad *srcpad;
- /* the timestamp of the next frame */
- guint64 next_time;
- /* the interval between frames */
- guint64 time_interval;
+ guint frequency;
- 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 _GstRtpGSMEncClass GstRtpGSMEncClass;
- struct _GstRtpGSMEncClass
- {
- GstElementClass parent_class;
- };
+typedef struct _GstRtpGSMEncClass GstRtpGSMEncClass;
+struct _GstRtpGSMEncClass
+{
+ GstElementClass parent_class;
+};
/* Standard macros for defining types for this element. */
#define GST_TYPE_RTP_GSM_ENC \
@@ -69,7 +69,7 @@ extern "C"
#define GST_IS_RTP_GSM_ENC_CLASS(obj) \
(G_TYPE_CHECK_CLASS_TYPE((klass),GST_TYPE_RTP_GSM_ENC))
- gboolean gst_rtpgsmenc_plugin_init (GstPlugin * plugin);
+gboolean gst_rtpgsmenc_plugin_init (GstPlugin * plugin);
#ifdef __cplusplus
}