summaryrefslogtreecommitdiffstats
path: root/sys/dshowdecwrapper/gstdshowvideodec.h
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2008-08-13 21:58:08 +0000
committerMichael Smith <msmith@xiph.org>2008-08-13 21:58:08 +0000
commitcbc51271903c1e88b142b7d8de4e3fb558009fcc (patch)
treec03bd80cc8e5ed09e47ada4ae7d88a3373be5679 /sys/dshowdecwrapper/gstdshowvideodec.h
parent85b99b9077b0c3f57cd6dac0c00123ac9d487791 (diff)
downloadgst-plugins-bad-cbc51271903c1e88b142b7d8de4e3fb558009fcc.tar.gz
gst-plugins-bad-cbc51271903c1e88b142b7d8de4e3fb558009fcc.tar.bz2
gst-plugins-bad-cbc51271903c1e88b142b7d8de4e3fb558009fcc.zip
sys/: Initialise COM with default flags.
Original commit message from CVS: * sys/dshowdecwrapper/gstdshowaudiodec.c: * sys/dshowdecwrapper/gstdshowaudiodec.h: * sys/dshowdecwrapper/gstdshowvideodec.c: * sys/dshowdecwrapper/gstdshowvideodec.h: * sys/dshowvideosink/dshowvideosink.cpp: * sys/dshowvideosink/dshowvideosink.h: Initialise COM with default flags. Only deinitialise if the initialisation was successful.
Diffstat (limited to 'sys/dshowdecwrapper/gstdshowvideodec.h')
-rw-r--r--sys/dshowdecwrapper/gstdshowvideodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dshowdecwrapper/gstdshowvideodec.h b/sys/dshowdecwrapper/gstdshowvideodec.h
index 0989dabc..0ab7a5d7 100644
--- a/sys/dshowdecwrapper/gstdshowvideodec.h
+++ b/sys/dshowdecwrapper/gstdshowvideodec.h
@@ -92,6 +92,8 @@ struct _GstDshowVideoDec
/* current segment */
GstSegment *segment;
+
+ gboolean comInitialized;
};
struct _GstDshowVideoDecClass