gst/rtp/gstrtph264depay.*: Add experimental support for outputting quicktime-like...
authorWim Taymans <wim.taymans@gmail.com>
Tue, 20 May 2008 11:33:05 +0000 (11:33 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Tue, 20 May 2008 11:33:05 +0000 (11:33 +0000)
commitbe0e73ee6bd042a349a79b0d4b34fdc6d5366a47
tree4f67b41ccf070337c0fe75ace68a3303f0f946d9
parent3d3f7cd6dafbf0b5a49f94627fa638e493e6ca8f
gst/rtp/gstrtph264depay.*: Add experimental support for outputting quicktime-like AVC output in addition to the exist...

Original commit message from CVS:
* gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
(gst_rtp_h264_depay_init), (gst_rtp_h264_depay_set_property),
(gst_rtp_h264_depay_get_property), (gst_rtp_h264_depay_setcaps),
(gst_rtp_h264_depay_process):
* gst/rtp/gstrtph264depay.h:
Add experimental support for outputting quicktime-like AVC output in
addition to the existing bytestream output.
* gst/rtp/gstrtph264pay.c: (gst_h264_scan_mode_get_type),
(gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
(gst_rtp_h264_pay_setcaps), (gst_rtp_h264_pay_payload_nal),
(gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
(gst_rtp_h264_pay_get_property):
* gst/rtp/gstrtph264pay.h:
Make the parsing mode configurable, for some inputs we don't need to
scan every byte for start codes.
Only set the marker bit on ACCESS units.
ChangeLog
gst/rtp/gstrtph264depay.c
gst/rtp/gstrtph264depay.h
gst/rtp/gstrtph264pay.c
gst/rtp/gstrtph264pay.h