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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Dec 11 14:55:53 PST 2012


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |t.i.m at zen.co.uk
         Resolution|                            |OBSOLETE
   Target Milestone|HEAD                        |NONE

--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-12-11 22:55:45 UTC ---
This seems to work fine for me now in 1.0, since the string is escaped in this
case, so closing as OBSOLETE. Please re-open if you still experience issues
with 1.0.

$ gst-launch-1.0 videotestsrc ! rtpgstpay ! fakesink -v
Setting pipeline to PAUSED ...
Pipeline is PREROLLING ...
/GstPipeline:pipeline0/GstVideoTestSrc:videotestsrc0.GstPad:src: caps =
video/x-raw, format=(string)I420, width=(int)320, height=(int)240,
framerate=(fraction)30/1
/GstPipeline:pipeline0/GstRtpGSTPay:rtpgstpay0.GstPad:src: caps =
application/x-rtp, media=(string)application, clock-rate=(int)90000,
encoding-name=(string)X-GST,
caps=(string)"dmlkZW8veC1yYXcsIGZvcm1hdD0oc3RyaW5nKUk0MjAsIHdpZHRoPShpbnQpMzIwLCBoZWlnaHQ9KGludCkyNDAsIGZyYW1lcmF0ZT0oZnJhY3Rpb24pMzAvMQ\=\=",
capsversion=(string)0, payload=(int)96, ssrc=(uint)266090623,
timestamp-offset=(uint)272616731, seqnum-offset=(uint)24405
/GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps =
application/x-rtp, media=(string)application, clock-rate=(int)90000,
encoding-name=(string)X-GST,
caps=(string)"dmlkZW8veC1yYXcsIGZvcm1hdD0oc3RyaW5nKUk0MjAsIHdpZHRoPShpbnQpMzIwLCBoZWlnaHQ9KGludCkyNDAsIGZyYW1lcmF0ZT0oZnJhY3Rpb24pMzAvMQ\=\=",
capsversion=(string)0, payload=(int)96, ssrc=(uint)266090623,
timestamp-offset=(uint)272616731, seqnum-offset=(uint)24405


$ gst-launch-1.0 udpsrc caps='application/x-rtp, media=(string)application,
clock-rate=(int)90000, encoding-name=(string)X-GST,
caps=(string)"dmlkZW8veC1yYXcsIGZvcm1hdD0oc3RyaW5nKUk0MjAsIHdpZHRoPShpbnQpMzIwLCBoZWlnaHQ9KGludCkyNDAsIGZyYW1lcmF0ZT0oZnJhY3Rpb24pMzAvMQ\=\=",
capsversion=(string)0, payload=(int)96, ssrc=(uint)266090623,
timestamp-offset=(uint)272616731, seqnum-offset=(uint)24405' ! rtpgstdepay !
fakesink -v
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
/GstPipeline:pipeline0/GstUDPSrc:udpsrc0.GstPad:src: caps = application/x-rtp,
media=(string)application, clock-rate=(int)90000, encoding-name=(string)X-GST,
caps=(string)"dmlkZW8veC1yYXcsIGZvcm1hdD0oc3RyaW5nKUk0MjAsIHdpZHRoPShpbnQpMzIwLCBoZWlnaHQ9KGludCkyNDAsIGZyYW1lcmF0ZT0oZnJhY3Rpb24pMzAvMQ\=\=",
capsversion=(string)0, payload=(int)96, ssrc=(uint)266090623,
timestamp-offset=(uint)272616731, seqnum-offset=(uint)24405
Setting pipeline to PLAYING ...
/GstPipeline:pipeline0/GstRtpGSTDepay:rtpgstdepay0.GstPad:src: caps =
video/x-raw, format=(string)I420, width=(int)320, height=(int)240,
framerate=(fraction)30/1
/GstPipeline:pipeline0/GstFakeSink:fakesink0.GstPad:sink: caps = video/x-raw,
format=(string)I420, width=(int)320, height=(int)240, framerate=(fraction)30/1

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