[Bug 719829] rtp: Add RFC4571 framing/de-framing element

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 4 08:05:27 PST 2013


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

Olivier Crete (Tester) <olivier.crete> changed:

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

--- Comment #5 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-12-04 16:05:22 UTC ---
Review of attachment 263493:
 --> (https://bugzilla.gnome.org/review?bug=719829&attachment=263493)

::: gst/rtp/gstrtptcpframe.c
@@ +170,3 @@

+  /* Resize to 2 bytes and append all RTP memory without copying */
+  gst_buffer_resize (outbuf, 0, 2);

Resize a buffer here doesn't make sense. Possibly not a good use-case for
basetransform.

-- 
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