GNOME Bugzilla – Bug 776392
gst-inspect: Add a '--types' option to filter elements by types to print
Last modified: 2016-12-23 11:25:24 UTC
See commit message
Created attachment 342384 [details] [review] gst-launch: Add a '--type' option to filter elements by types to print This way the user can easily figure out what are the available audio encoder for example doing: gst-inspect-1.0 --type Encoder/Audio
Created attachment 342385 [details] [review] Since V1: :%s/--type/--types/ in commit message
Or maybe it should be --klass then ? (Not that I have a strong opinion on this, just throwing it out there :))
(In reply to Tim-Philipp Müller from comment #3) > Or maybe it should be --klass then ? (Not that I have a strong opinion on > this, just throwing it out there :)) Well 'klass' would not make sense for **most** people, and also we call it types in, for example > GList * gst_element_factory_list_get_elements (GstElementFactoryListType type, GstRank minrank); Or all the API apart from what we set as metadata, but the concept is the same.
Created attachment 342400 [details] [review] gst-launch: Add a '--types' option to filter elements by types to print This way the user can easily figure out what are the available audio encoder for example doing: gst-inspect-1.0 --types Encoder/Audio
Attachment 342400 [details] pushed as 221d65a - gst-launch: Add a '--types' option to filter elements by types to print