summaryrefslogtreecommitdiff
path: root/gst/rtp/gstrtph264pay.h
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2011-07-18 20:27:38 -0400
committerMark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>2011-07-21 17:11:06 +0200
commit118a7cc36a0fb6b289927f199c78441a165fbae3 (patch)
tree86eb8cbdff4a84c6f210e368f5c3ddd10e3d66a5 /gst/rtp/gstrtph264pay.h
parent216dc602c3ab3d73c96634c974c658240974d575 (diff)
rtph264pay: Only set the marker bit on the last NALU of a multi-NALU access unit
An access unit could contain multiple NAL units, in that case, only the last RTP packet of the last NALU should have its marker bit set. https://bugzilla.gnome.org/show_bug.cgi?id=654850
Diffstat (limited to 'gst/rtp/gstrtph264pay.h')
-rw-r--r--gst/rtp/gstrtph264pay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/rtp/gstrtph264pay.h b/gst/rtp/gstrtph264pay.h
index 19e5aaa26..6303e308a 100644
--- a/gst/rtp/gstrtph264pay.h
+++ b/gst/rtp/gstrtph264pay.h
@@ -55,6 +55,7 @@ struct _GstRtpH264Pay
GList *sps, *pps;
gboolean packetized;
+ gboolean au_alignment;
guint nal_length_size;
GArray *queue;