gstreamer/tests/loadall.c
Wim Taymans 42ebe8b588 Fixed a couple of compiler warnings.
Original commit message from CVS:
Fixed a couple of compiler warnings.
2001-06-01 18:24:41 +00:00

9 lines
121 B
C

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