gstreamer/tests/init.c
Wim Taymans bc4619a44b Added multiple caps to the pads
Original commit message from CVS:
Added multiple caps to the pads
Extended the padfactory for the multiple caps
GstCaps now have a name so that future manipulations on them can be done by name
Updated the plugins for the new caps list
2000-12-31 16:12:48 +00:00

8 lines
96 B
C

#include <gst/gst.h>
int main(int argc,char *argv[]) {
gst_init(&argc,&argv);
exit (0);
}