mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
Updated -inspect to display the new pad presence REQUEST.
Original commit message from CVS: Updated -inspect to display the new pad presence REQUEST.
This commit is contained in:
parent
e40880a90e
commit
1e9fa15f1f
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ gint print_element_info(GstElementFactory *factory) {
|
|||
printf(" Exists: Always\n");
|
||||
else if (padtemplate->presence == GST_PAD_SOMETIMES)
|
||||
printf(" Exists: Sometimes\n");
|
||||
else if (padtemplate->presence == GST_PAD_REQUEST)
|
||||
printf(" Exists: Request\n");
|
||||
else
|
||||
printf(" Exists: UNKNOWN!!!\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue