[Bug 738139] New: gst-inspect: pad templates and pads

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Oct 8 02:30:45 PDT 2014


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

           Summary: gst-inspect: pad templates and pads
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: Normal
         Component: gstreamer (core)
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: vineeth.tm at samsung.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


When i inspect any element, i get both pad templates and pads printed.
But what exactly is the difference between these two?
can't we just ignore printing pads, as it will be already covered in pad
templates?

lets say for videorate element it displays
Pad Templates:
  SRC template: 'src'
    Availability: Always
    Capabilities:
      video/x-raw
      image/jpeg
      image/png

  SINK template: 'sink'
    Availability: Always
    Capabilities:
      video/x-raw
      image/jpeg
      image/png


Pads:
  SINK: 'sink'
    Pad Template: 'sink'
  SRC: 'src'
    Pad Template: 'src'

i already have the details about the pads in pad templates.
or is there any specific need to show both for specific elements?

Can someone please clarify, if i can just remove the printing of pads?

-- 
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