summaryrefslogtreecommitdiffstats
path: root/sys/dxr3/dxr3videosink.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:55:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:55:58 +0000
commitbdb814f6ef56edca67e1241eb16df22fdd8ab17c (patch)
tree7b43c9dfbf67b852503d263a322064f0101bf591 /sys/dxr3/dxr3videosink.h
parent04ad447fcfa1502907339a6a68e975bb6d35536a (diff)
downloadgst-plugins-bad-bdb814f6ef56edca67e1241eb16df22fdd8ab17c.tar.gz
gst-plugins-bad-bdb814f6ef56edca67e1241eb16df22fdd8ab17c.tar.bz2
gst-plugins-bad-bdb814f6ef56edca67e1241eb16df22fdd8ab17c.zip
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'sys/dxr3/dxr3videosink.h')
-rw-r--r--sys/dxr3/dxr3videosink.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/dxr3/dxr3videosink.h b/sys/dxr3/dxr3videosink.h
index 4af1de1b..e2daab1f 100644
--- a/sys/dxr3/dxr3videosink.h
+++ b/sys/dxr3/dxr3videosink.h
@@ -52,31 +52,31 @@ typedef enum {
struct _Dxr3VideoSink {
GstElement element;
- int card_number; /* The number of the card to open. */
+ int card_number; /* The number of the card to open. */
- gchar *video_filename; /* File name for the video device. */
- int video_fd; /* File descriptor for the video device. */
+ gchar *video_filename; /* File name for the video device. */
+ int video_fd; /* File descriptor for the video device. */
- gchar *control_filename; /* File name for the control device. */
- int control_fd; /* File descriptor for the control
+ gchar *control_filename; /* File name for the control device. */
+ int control_fd; /* File descriptor for the control
device. */
- GstClock *clock; /* The clock for this element. */
+ GstClock *clock; /* The clock for this element. */
- GstClockTime last_ts; /* Last timestamp received. */
+ GstClockTime last_ts; /* Last timestamp received. */
- GstBuffer *cur_buf; /* The buffer we are currently
+ GstBuffer *cur_buf; /* The buffer we are currently
building. */
- GstClockTime cur_ts; /* Timestamp associated to the
+ GstClockTime cur_ts; /* Timestamp associated to the
current buffer. */
- guchar scan_state; /* The current state of the MPEG start
+ guchar scan_state; /* The current state of the MPEG start
code scanner. */
- guint scan_pos; /* The current position of the MPEG
+ guint scan_pos; /* The current position of the MPEG
start code scanner (with respect to
the start of the current buffer. */
- guchar parse_state; /* The current state of the MPEG
+ guchar parse_state; /* The current state of the MPEG
sequence parser. */
};
@@ -89,8 +89,8 @@ struct _Dxr3VideoSinkClass {
};
-extern GType dxr3videosink_get_type (void);
-extern gboolean dxr3videosink_factory_init (GstPlugin *plugin);
+extern GType dxr3videosink_get_type (void);
+extern gboolean dxr3videosink_factory_init (GstPlugin *plugin);
G_END_DECLS