[Bug 737810] payloaders: VP8 and Opus payloader should probably suppport Google Chrome encoding-names
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Fri Nov 28 10:16:53 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=737810
GStreamer | gst-plugins-good | git
Nicolas Dufresne (stormer) <nicolas.dufresne> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #14 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> 2014-11-28 18:16:48 UTC ---
Hmm, good point, specially with code like this:
static gboolean
gst_rtp_vp8_pay_set_caps (GstRTPBasePayload * payload, GstCaps * caps)
{
gst_rtp_base_payload_set_options (payload, "video", TRUE,
"VP8-DRAFT-IETF-01", 90000);
return gst_rtp_base_payload_set_outcaps (payload, NULL);
}
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gstreamer-bugs
mailing list