Skip to content
  • Laurent Glayal's avatar
    gst/rtp/: Added H264 payloader. Fixes #423782. · d94a696b
    Laurent Glayal authored
    Original commit message from CVS:
    Patch by: Laurent Glayal <spglegle at yahoo dot fr>
    * gst/rtp/Makefile.am:
    * gst/rtp/gstrtp.c: (plugin_init):
    * gst/rtp/gstrtph264pay.c: (gst_rtp_h264_pay_base_init),
    (gst_rtp_h264_pay_class_init), (gst_rtp_h264_pay_init),
    (gst_rtp_h264_pay_finalize), (gst_rtp_h264_pay_setcaps),
    (gst_rtp_h264_pay_handle_buffer), (gst_rtp_h264_pay_set_property),
    (gst_rtp_h264_pay_get_property), (gst_rtp_h264_pay_change_state),
    (gst_rtp_h264_pay_plugin_init):
    * gst/rtp/gstrtph264pay.h:
    Added H264 payloader. Fixes #423782.
    * gst/rtp/gstrtph264depay.c: (gst_rtp_h264_depay_class_init),
    (gst_rtp_h264_depay_setcaps), (gst_rtp_h264_depay_process):
    Small fixes.
    d94a696b