GNOME Bugzilla – Bug 738139
gst-inspect: pad templates and pads
Last modified: 2014-10-08 09:46:36 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?
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.