summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-03-20 23:31:19 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-03-20 23:31:19 +0000
commit5664cecbc51e10196e7f62ed9550f2d956a39f7b (patch)
tree8f22350a0e993f713a92ae543205cc45457a83c0
parent816fb21a6de7e59a2b8506b87d5a0c76f60bea47 (diff)
downloadgst-plugins-bad-5664cecbc51e10196e7f62ed9550f2d956a39f7b.tar.gz
gst-plugins-bad-5664cecbc51e10196e7f62ed9550f2d956a39f7b.tar.bz2
gst-plugins-bad-5664cecbc51e10196e7f62ed9550f2d956a39f7b.zip
dshowdec: Add par_n and par_d to the object structure to fix compilation
-rw-r--r--sys/dshowdecwrapper/gstdshowvideodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dshowdecwrapper/gstdshowvideodec.h b/sys/dshowdecwrapper/gstdshowvideodec.h
index 1995e49c..4e2d7dc4 100644
--- a/sys/dshowdecwrapper/gstdshowvideodec.h
+++ b/sys/dshowdecwrapper/gstdshowvideodec.h
@@ -105,6 +105,7 @@ struct _GstDshowVideoDec
/* settings */
gint width, height;
gint fps_n, fps_d;
+ gint par_n, par_d;
/* current segment */
GstSegment *segment;