After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 121405 - gst-launch and underscores in props entries
gst-launch and underscores in props entries
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: 0.7.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-09-03 23:11 UTC by David Schleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2003-09-03 23:11:29 UTC
gst_launch_parse() doesn't handle underscores in (at least) props entry
names in caps specification.  This may be a problem with
gst_caps_from_string().
Comment 1 David Schleef 2003-09-13 13:51:10 UTC
example pipeline:

videotestsrc ! video/x-raw-rgb, bpp:i=16, depth:i=15,
endianness:i=1234, red_mask:i=0x001f, green_mask:i=0x03e0,
blue_mask:i=0x7c00 ! md5sink
Comment 2 David Schleef 2003-09-13 18:36:03 UTC
Fixed in head.