[Bug 654469] command-line base64 encoding parse error module rtpgstdepay

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jul 12 14:41:22 PDT 2011


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

--- Comment #2 from Raymond Westwater <rwestwater at futureware.com> 2011-07-12 21:41:17 UTC ---
Created an attachment (id=191850)
 View: https://bugzilla.gnome.org/attachment.cgi?id=191850
 Review: https://bugzilla.gnome.org/review?bug=654469&attachment=191850

Patch to eliminate symbol "=" from caps and command line of rtpgstpay 

I suggest the problem can be resolved with a simple fix to rtpgstpay instead of
implementing a new feature in the parser. As modern flavors of base64 codings
do not explicitly include the one or two padding nulls (written as "="), the
solution might be acceptable in any case. In reconstruction, two nulls ("=")
are appended to the string to force correct reconstruction. In production of
the encoded caps string, all trailing nulls ("=") are removed, this will not
affect any non-null string coding.

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