[Bug 760905] New: Unable to add tags with spaces
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jan 20 13:22:30 PST 2016
https://bugzilla.gnome.org/show_bug.cgi?id=760905
Bug ID: 760905
Summary: Unable to add tags with spaces
Classification: Platform
Product: GStreamer
Version: 1.x
OS: Linux
Status: NEW
Severity: major
Priority: Normal
Component: gst-plugins-good
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: michael.monreal+bugs at gmail.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
The gstreamer docs [1] describe how to quote special characters when using the
taginject element. The given example works for gstreamer-0.10
(gstreamer-plugins-good-0.10.31-15.fc23.x86_64) but fails with gstreamer-1
(gstreamer1-plugins-good-1.6.2-1.fc23.x86_64):
$ gst-launch-1.0 audiotestsrc num-buffers=100 ! taginject
tags="keywords=\{\"testone\",\"audio\"\},title=\"audio testtone\"" ! vorbisenc
! oggmux ! filesink location=test.ogg
WARNING: erroneous pipeline: no element "testtone"
I also tried simple quoting like tags="album-artist=foo bar" but that does not
work ether. Please fix gstreamer and/or the docs.
[1]
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-taginject.html
--
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