ext/libpng/gstpngdec.*: Implement buffer clipping/dropping using GstSegment.
[platform/upstream/gstreamer.git] / ext / libpng / gstpngdec.h
index c16e7a9..5b11d5e 100644 (file)
@@ -67,6 +67,7 @@ struct _GstPngDec
   gboolean framed;
   GstClockTime in_timestamp;
   GstClockTime in_duration;
+  GstSegment *segment;
 };
 
 struct _GstPngDecClass