mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 17:09:48 +00:00
42ebe8b588
Original commit message from CVS: Fixed a couple of compiler warnings.
8 lines
121 B
C
8 lines
121 B
C
#include <gst/gst.h>
|
|
|
|
int main(int argc,char *argv[]) {
|
|
gst_init(&argc,&argv);
|
|
gst_plugin_load_all();
|
|
|
|
return 0;
|
|
}
|