mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-03 06:54:47 +00:00
network/http-launch: Initial commit
This commit is contained in:
commit
d6f4e60bf5
1 changed files with 10 additions and 0 deletions
10
network/http-launch/http-launch.c
Normal file
10
network/http-launch/http-launch.c
Normal file
|
@ -0,0 +1,10 @@
|
|||
#include <string.h>
|
||||
#include <gst/gst.h>
|
||||
#include <gio/gio.h>
|
||||
|
||||
int
|
||||
main (gint argc, gchar **argv)
|
||||
{
|
||||
|
||||
return 0;
|
||||
}
|
Loading…
Reference in a new issue