GNOME Bugzilla – Bug 502813
Adds profile (hex string), sps and pps (base64 encoded) in h264 payloader src caps
Last modified: 2007-12-10 09:35:21 UTC
I would like to add the following properties to the src caps of the h264 payloader to facilitate SDP generation: - profile as a hexadecimal string - sps and pps as a base64 encoded string Here's an example output of the gstrtph264pay's src caps after successful implementation: /pipeline0/rtph264pay0.src: caps = application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, profile=(string)42c00d, sps=(string)\"J0LADZWQFB+wEAg\\=\", pps=(string)\"KM4G8g\\=\\=\", ssrc=(guint)750654104, payload=(int)96, clock-base=(guint)169274195, seqnum-base=(guint)31568
*** This bug has been marked as a duplicate of 502814 ***