Commit 08cc4fdb authored by Andrew Voznytsa's avatar Andrew Voznytsa

Fix TCP for Android and iOS

parent af92e00e
......@@ -93,6 +93,7 @@ static void qt_gst_log(GstDebugCategory * category,
GST_PLUGIN_STATIC_DECLARE(matroska);
GST_PLUGIN_STATIC_DECLARE(mpegtsdemux);
GST_PLUGIN_STATIC_DECLARE(opengl);
GST_PLUGIN_STATIC_DECLARE(tcp);
#if defined(__android__)
GST_PLUGIN_STATIC_DECLARE(androidmedia);
#elif defined(__ios__)
......@@ -167,6 +168,7 @@ void initializeVideoStreaming(int &argc, char* argv[], int gstDebuglevel)
GST_PLUGIN_STATIC_REGISTER(matroska);
GST_PLUGIN_STATIC_REGISTER(mpegtsdemux);
GST_PLUGIN_STATIC_REGISTER(opengl);
GST_PLUGIN_STATIC_REGISTER(tcp);
#if defined(__android__)
GST_PLUGIN_STATIC_REGISTER(androidmedia);
......
......@@ -91,7 +91,8 @@ LinuxBuild {
-lgstmatroska \
-lgstmpegtsdemux \
-lgstandroidmedia \
-lgstopengl
-lgstopengl \
-lgsttcp
# Rest of GStreamer dependencies
LIBS += -L$$GST_ROOT/lib \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment