[Bug 673319] Need to use \\\\ for filenames containing '\' when using gst-launch

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat May 28 18:42:38 UTC 2016


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

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |OBSOLETE

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
$ gst-launch-1.0 v4l2src ! x264enc tune=zerolatency intra-refresh=1 !
rtph264pay ! udpsink -v
...
udpsink0.sink: caps = application/x-rtp, media=(string)video,
clock-rate=(int)90000, encoding-name=(string)H264,
packetization-mode=(string)1, profile-level-id=(string)64001f,
sprop-parameter-sets=(string)"Z2QAH6wjQCgC3YCIAAADAAgAAAMB5HjBlQ\=\=\,aO8yyLA\=",
payload=(int)96, ssrc=(uint)1659706014, timestamp-offset=(uint)3252565718,
seqnum-offset=(uint)27292, a-framerate=(string)30

$ gst-launch-1.0 -v udpsrc caps='application/x-rtp, media=(string)video,
clock-rate=(int)90000, encoding-name=(string)H264,
packetization-mode=(string)1, profile-level-id=(string)64001f,
sprop-parameter-sets=(string)"Z2QAH6wjQCgC3YCIAAADAAgAAAMB5HjBlQ\=\=\,aO8yyLA\=",
payload=(int)96, ssrc=(uint)1659706014, timestamp-offset=(uint)3252565718,
seqnum-offset=(uint)27292, a-framerate=(string)30' ! fakesink
...
  udpsrc0.src: caps = application/x-rtp, media=(string)video,
clock-rate=(int)90000, encoding-name=(string)H264,
packetization-mode=(string)1, profile-level-id=(string)64001f,
sprop-parameter-sets=(string)"Z2QAH6wjQCgC3YCIAAADAAgAAAMB5HjBlQ\=\=\,aO8yyLA\=",
payload=(int)96, ssrc=(uint)1659706014, timestamp-offset=(uint)3252565718,
seqnum-offset=(uint)27292, a-framerate=(string)30

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