summaryrefslogtreecommitdiffstats
path: root/gst/matroska/matroska-ids.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-12-06 19:44:58 +0000
commit3ecf433432289b9c1990165f65bdd51aaad2eaa7 (patch)
treedc7bd5c5b4eb37d49b1a37ca1f33c9d9ed2a8374 /gst/matroska/matroska-ids.h
parentf2085bd7ef2a4e685b8a58ae0848c43aab0d8747 (diff)
expand tabs
Original commit message from CVS: expand tabs
Diffstat (limited to 'gst/matroska/matroska-ids.h')
-rw-r--r--gst/matroska/matroska-ids.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/matroska/matroska-ids.h b/gst/matroska/matroska-ids.h
index ff61efd1..a23bfdb3 100644
--- a/gst/matroska/matroska-ids.h
+++ b/gst/matroska/matroska-ids.h
@@ -218,7 +218,7 @@ typedef enum {
typedef struct _GstMatroskaTrackContext {
GstPad *pad;
GstCaps *caps;
- guint index;
+ guint index;
/* some often-used info */
gchar *codec_id, *codec_name, *name, *language;
@@ -249,7 +249,7 @@ typedef struct _GstMatroskaTrackAudioContext {
/* Special flag for Vorbis, we need to send codec_priv first before
* sending any data, and just testing for time == 0 is not enough
* to detect that */
- gboolean first_frame;
+ gboolean first_frame;
} GstMatroskaTrackAudioContext;
typedef struct _GstMatroskaTrackComplexContext {