summaryrefslogtreecommitdiff
path: root/gst/videoparsers/gsth264parse.h
diff options
context:
space:
mode:
authorMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-02-01 12:47:56 +0100
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2012-02-01 13:53:17 +0100
commitda89903f81849fa61e0224d50c214ff3140cd9fc (patch)
tree156d3588f1215566f4aa7e7ea7f2eb391da96fbe /gst/videoparsers/gsth264parse.h
parent283f97cb79bb834b8caaaaf361bd84671ae945ba (diff)
downloadgstreamer-plugins-bad-da89903f81849fa61e0224d50c214ff3140cd9fc.tar.gz
h264parse: disable optimized packetized processing for reverse playback
... as baseparse then provides whole chunks of data (as it should) at once to be parsed, and so the assumptions used to optimize are no longer valid. Fixes #667560.
Diffstat (limited to 'gst/videoparsers/gsth264parse.h')
-rw-r--r--gst/videoparsers/gsth264parse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/videoparsers/gsth264parse.h b/gst/videoparsers/gsth264parse.h
index 812ac4fb8..ff6eb59f0 100644
--- a/gst/videoparsers/gsth264parse.h
+++ b/gst/videoparsers/gsth264parse.h
@@ -72,6 +72,7 @@ struct _GstH264Parse
guint format;
guint current_off;
gboolean packetized_last;
+ gboolean packetized_chunked;
GstClockTime last_report;
gboolean push_codec;