[Bug 755864] C++ Linker problem for gst_app_src_push_sample

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 30 04:09:50 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755864

--- Comment #2 from Klaas Jan Russcher <kjrusscher at gmail.com> ---
Created attachment 312418
  --> https://bugzilla.gnome.org/attachment.cgi?id=312418&action=edit
cpp-file of the appsink-src.c file

The problem can be replicated by executing the following command on the file
(the problem will occur during the second command):

g++ -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
-I/usr/local/include/gstreamer-1.0 -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP
-MF"appsink-src2.d" -MT"appsink-src2.d" -o "appsink-src2.o"
"./appsink-src2.cpp"

g++  -o "test"  ./appsink-src2.o   -lglib-2.0 -lgstbase-1.0 -lgobject-2.0
-lgstreamer-1.0 -lgstapp-1.0

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list