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:
Wim Taymans 2001-01-19 00:07:10 +00:00
parent e40880a90e
commit 1e9fa15f1f

View file

@ -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");