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/gstdvdemux.h | |
parent | f2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff) |
expand tabs
Original commit message from CVS:
expand tabs
Diffstat (limited to 'ext/dv/gstdvdemux.h')
-rw-r--r-- | ext/dv/gstdvdemux.h | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/ext/dv/gstdvdemux.h b/ext/dv/gstdvdemux.h index 2978a101..03035d90 100644 --- a/ext/dv/gstdvdemux.h +++ b/ext/dv/gstdvdemux.h @@ -47,47 +47,47 @@ typedef struct _GstDVDemuxClass GstDVDemuxClass; struct _GstDVDemux { - GstElement element; + GstElement element; - GstPad *sinkpad; + GstPad *sinkpad; GstPad *videosrcpad; GstPad *audiosrcpad; - dv_decoder_t *decoder; + dv_decoder_t *decoder; GstAdapter *adapter; - gint frame_len; + gint frame_len; /* PAL or NTSC flag */ gboolean PAL; /* video params */ gint framerate_numerator; gint framerate_denominator; - gint height; - gboolean wide; + gint height; + gboolean wide; /* audio params */ - gint frequency; - gint channels; + gint frequency; + gint channels; - gint framecount; + gint framecount; - guint64 timestamp; - guint64 duration; + guint64 timestamp; + guint64 duration; gint64 total_frames; - guint64 audio_offset; - guint64 video_offset; + guint64 audio_offset; + guint64 video_offset; - gint64 start_byte; - gint64 stop_byte; - gint64 start_timestamp; - gint64 stop_timestamp; + gint64 start_byte; + gint64 stop_byte; + gint64 start_timestamp; + gint64 stop_timestamp; - gboolean need_discont; - gboolean new_media; + gboolean need_discont; + gboolean new_media; gboolean found_header; - gint16 *audio_buffers[4]; + gint16 *audio_buffers[4]; }; struct _GstDVDemuxClass { |