GNOME Bugzilla – Bug 121405
gst-launch and underscores in props entries
Last modified: 2004-12-22 21:47:04 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().
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
Fixed in head.