[Bug 700748] rtpjpegpay/depay: Add framerate and optional framesize SDP attribute to payloaded caps

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu May 23 06:56:07 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=700748
  GStreamer | gst-plugins-good | git

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #245122|none                        |needs-work
             status|                            |

--- Comment #18 from Sebastian Dröge <slomo at circular-chaos.org> 2013-05-23 13:56:02 UTC ---
Review of attachment 245122:
 --> (https://bugzilla.gnome.org/review?bug=700748&attachment=245122)

::: gst/rtp/gstrtpjpegdepay.c
@@ +495,3 @@
+  if (gst_structure_get_fraction (structure, "framerate", &num, &denom) &&
+      (num < 0 || denom <= 0)) {
+    goto invalid_framerate;

Should work without framerate too as before

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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