summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtpmp4vpay.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-05-12 18:39:28 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-05-25 10:59:17 +0200
commite13e3c624924745b1ff75a84f5e4016ce1dca0db (patch)
tree92c186403534ab77afff0e6643f425e94eaf3b23 /gst/rtp/gstrtpmp4vpay.h
parent301fc8a712273e16eabd3647ccf6a43a871e3ada (diff)
rtpmp4vpay: don't look for headers in some cases
In some streams (starting with 00000100) don't look for the headers but push data as it is. Fixes #582153
Diffstat (limited to 'gst/rtp/gstrtpmp4vpay.h')
-rw-r--r--gst/rtp/gstrtpmp4vpay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtpmp4vpay.h b/gst/rtp/gstrtpmp4vpay.h
index bdb82228..8ba6b320 100644
--- a/gst/rtp/gstrtpmp4vpay.h
+++ b/gst/rtp/gstrtpmp4vpay.h
@@ -52,6 +52,7 @@ struct _GstRtpMP4VPay
gint profile;
GstBuffer *config;
gboolean send_config;
+ gboolean need_config;
GstPadEventFunction old_event_func;
};