summaryrefslogtreecommitdiffstats
path: root/ext/libpng/gstpngdec.h
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2006-07-03 15:31:22 +0000
committerEdward Hervey <bilboed@bilboed.com>2006-07-03 15:31:22 +0000
commit00e08a3f6eb6f504d9a42b7ee689d7c646de464a (patch)
tree6b1d82d8d138a1becb0631b2ef35cd199a44c575 /ext/libpng/gstpngdec.h
parent663856a5144843cd0dcd524b4529be00d005c8c0 (diff)
ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.
Original commit message from CVS: * ext/libpng/gstpngdec.c: (gst_pngdec_init), (user_info_callback), (buffer_clip), (user_end_callback), (gst_pngdec_chain), (gst_pngdec_sink_event), (gst_pngdec_change_state): * ext/libpng/gstpngdec.h: Implement buffer clipping/dropping using GstSegment. This provides accurate seeking.
Diffstat (limited to 'ext/libpng/gstpngdec.h')
-rw-r--r--ext/libpng/gstpngdec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/libpng/gstpngdec.h b/ext/libpng/gstpngdec.h
index c16e7a98..5b11d5e5 100644
--- a/ext/libpng/gstpngdec.h
+++ b/ext/libpng/gstpngdec.h
@@ -67,6 +67,7 @@ struct _GstPngDec
gboolean framed;
GstClockTime in_timestamp;
GstClockTime in_duration;
+ GstSegment *segment;
};
struct _GstPngDecClass