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
@ -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…
x
Reference in New Issue
Block a user