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 632236 - [gst-inspect] unhelpful uri handler output
[gst-inspect] unhelpful uri handler output
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other Linux
: Normal blocker
: 0.10.31
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-10-15 17:16 UTC by Mark Nauwelaerts
Modified: 2010-10-15 17:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gst-inspect: useful factory names for uri-handlers output (966 bytes, patch)
2010-10-15 17:16 UTC, Mark Nauwelaerts
committed Details | Review

Description Mark Nauwelaerts 2010-10-15 17:16:09 UTC
Created attachment 172441 [details] [review]
gst-inspect: useful factory names for uri-handlers output

Part of gst-inspect -u output currently:
elementfactory18 (read, rank 0): appsrc
elementfactory19 (write, rank 0): appsink
elementfactory5 (read, rank 0): fd
elementfactory6 (write, rank 0): fd
elementfactory7 (read, rank 256): file
elementfactory11 (write, rank 256): file

Attached patch turns it (as presumably intended) into:
appsink (write, rank 0): appsink
appsrc (read, rank 0): appsrc
filesink (write, rank 256): file
filesrc (read, rank 256): file
fdsink (write, rank 0): fd
fdsrc (read, rank 0): fd
Comment 1 Mark Nauwelaerts 2010-10-15 17:52:11 UTC
commit b9c582f4afedb6a77f40c8e081a59ec04d82aa89
Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk>
Date:   Fri Oct 15 19:45:14 2010 +0200

    gst-inspect: useful factory names for uri-handlers output
    
    Fixes #632236.