summaryrefslogtreecommitdiffstats
path: root/ext/jpeg/gstjpegdec.h
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-22 21:20:57 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-03-25 10:36:49 +0000
commitab1bbcd58d2a6f5c07b516c14d9e5a8b6e0b2749 (patch)
tree5cc3551c77b50a6d4024ae6e05114e326e6d0892 /ext/jpeg/gstjpegdec.h
parentad5702d492d35fee3ed5f3ee39ca4ed6cf3d4485 (diff)
jpegdec: put GstSegment inside the element struct instead of allocating it separately
Diffstat (limited to 'ext/jpeg/gstjpegdec.h')
-rw-r--r--ext/jpeg/gstjpegdec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jpeg/gstjpegdec.h b/ext/jpeg/gstjpegdec.h
index 184c6847..d9cbb558 100644
--- a/ext/jpeg/gstjpegdec.h
+++ b/ext/jpeg/gstjpegdec.h
@@ -75,7 +75,7 @@ struct _GstJpegDec {
/* the (expected) timestamp of the next frame */
guint64 next_ts;
- GstSegment *segment;
+ GstSegment segment;
/* video state */
gint framerate_numerator;