[gstreamer-bugs] [Bug 632236] New: [gst-inspect] unhelpful uri handler output

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 15 10:16:13 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=632236
  GStreamer | gstreamer (core) | unspecified

           Summary: [gst-inspect] unhelpful uri handler output
    Classification: Desktop
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: blocker
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: mnauw at users.sourceforge.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


Created an attachment (id=172441)
 View: https://bugzilla.gnome.org/attachment.cgi?id=172441
 Review: https://bugzilla.gnome.org/review?bug=632236&attachment=172441

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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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