Megapatch, changes which states are available, how they're used, and how they're...
[platform/upstream/gstreamer.git] / tests / init.c
1 #include <gst/gst.h>
2
3 int main(int argc,char *argv[]) {
4   gst_init(&argc,&argv);
5 }