summaryrefslogtreecommitdiffstats
path: root/ext/dv/gstdvdemux.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2009-09-13 15:55:02 -0700
committerDavid Schleef <ds@schleef.org>2009-09-13 19:59:45 -0700
commit903c79e7673666957467c1dccb6a19e2e22e90c0 (patch)
treeb6448b5318a7edd7b420d799840f136c6a1904c0 /ext/dv/gstdvdemux.h
parent29173242bb589a1d51c05a5301aac43002d4b46c (diff)
dvdemux: Use values from decoder structure directly
Don't store the same values in the GstDvDemux. This fixes a bug where dvdemux would detect a stream as PAL instead of NTSC, and silently parse it wrong.
Diffstat (limited to 'ext/dv/gstdvdemux.h')
-rw-r--r--ext/dv/gstdvdemux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/dv/gstdvdemux.h b/ext/dv/gstdvdemux.h
index b77f4f46..9a4173d0 100644
--- a/ext/dv/gstdvdemux.h
+++ b/ext/dv/gstdvdemux.h
@@ -57,8 +57,6 @@ struct _GstDVDemux {
GstAdapter *adapter;
gint frame_len;
- /* PAL or NTSC flag */
- gboolean PAL;
/* video params */
gint framerate_numerator;
gint framerate_denominator;