[Bug 766204] sdp: rtpjpegdepay regression: Does not extract frame dimensions from SDP anymore

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue May 10 09:57:35 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=766204

--- Comment #2 from Hyunjun Ko <zzoon at igalia.com> ---
IMHO, this is caused by the patch
https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=28cf2f02e79676d9ecfb8806401f457d7b6f3b39

In gst_sdp_message_attributes_to_caps,


  res = gst_sdp_message_parse_keymgmt (msg, &mikey);
  if (mikey) {
    res = GST_SDP_EINVAL;
    if (gst_mikey_message_to_caps (mikey, caps))
      res = sdp_add_attributes_to_caps (msg->attributes, caps);
    gst_mikey_message_unref (mikey);
  }

sdp_add_attributes_to_caps is called only when the msg contains mikey message.

Should it call sdp_add_attributes_to_caps if there is no mickey, too?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list