GNOME Bugzilla – Bug 632236
[gst-inspect] unhelpful uri handler output
Last modified: 2010-10-15 17:52:26 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
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.