diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-12-06 19:44:58 +0000 |
commit | 3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch) | |
tree | dc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /ext/dv/gstdvdec.h | |
parent | f2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff) |
expand tabs
Original commit message from CVS:
expand tabs
Diffstat (limited to 'ext/dv/gstdvdec.h')
-rw-r--r-- | ext/dv/gstdvdec.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/ext/dv/gstdvdec.h b/ext/dv/gstdvdec.h index 3fc58d96..0be9111c 100644 --- a/ext/dv/gstdvdec.h +++ b/ext/dv/gstdvdec.h @@ -46,29 +46,29 @@ typedef struct _GstDVDecClass GstDVDecClass; struct _GstDVDec { - GstElement element; + GstElement element; - GstPad *sinkpad; + GstPad *sinkpad; GstPad *srcpad; - dv_decoder_t *decoder; - gboolean clamp_luma; - gboolean clamp_chroma; - gint quality; + dv_decoder_t *decoder; + gboolean clamp_luma; + gboolean clamp_chroma; + gint quality; - gint frame_len; + gint frame_len; gboolean PAL; gint framerate_numerator; gint framerate_denominator; - gint height; - gboolean wide; + gint height; + gboolean wide; /* negotiated output */ dv_color_space_t space; - gint bpp; + gint bpp; - gint video_offset; - gint drop_factor; + gint video_offset; + gint drop_factor; gboolean headers_seen; }; |