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 738139 - gst-inspect: pad templates and pads
gst-inspect: pad templates and pads
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other Linux
: Normal minor
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-08 09:30 UTC by Vineeth
Modified: 2014-10-08 09:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vineeth 2014-10-08 09:30:43 UTC
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?
Comment 1 Tim-Philipp Müller 2014-10-08 09:46:36 UTC
Please ask such questions on the gstreamer-devel mailing list, bugzilla is not a support forum.

The difference is more noticable with elements that have SOMETIMES and REQUEST pads, so no you can't just remove printing of the pads.