After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589448 - error about run the gstreamer app
error about run the gstreamer app
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: packages
git master
Other Linux
: Normal normal
: git master
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-07-23 03:16 UTC by tsing
Modified: 2009-07-27 09:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description tsing 2009-07-23 03:16:47 UTC
hello friend,
 when I use this command line to complile the helloworld.c :
 gcc $(pkg-config --cflags --libs gstreamer-0.10) helloworld.c -o helloworld
it can generate the .exe file successfully,but when I run it,there are many asserting error, some elements can not be created.the funciton "gst_element_factory_make" is returned NULL.
If I use the makefile to compile the helloworld app(makefile is supplied by the package),the app can runs OK.
 Please tell me how can I compile the app to make it runs properly? is there any compile param I missed?
Thank you!
PS: my gstreamer version is 10.23
Comment 1 Wim Taymans 2009-07-27 09:13:20 UTC
We use libtool in the build environment, you must use libtool.