Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the testing method of Ubuntu gstreamer development environment

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces the relevant knowledge of "Ubuntu gstreamer development environment test method". In the actual case operation process, many people will encounter such difficulties. Next, let Xiaobian lead you to learn how to deal with these situations! I hope you can read carefully and learn something!

Build Ubuntu gstreamer development environment under Ubuntu.

Ubuntu already has the Ubuntu gstreamer library installed, so just install a few more development libraries

libstreamer0.10-0libstreamer0.10-dev

libstreamer0.10-0-dbg

Select Apply in New Delhi

Testing the Ubuntu gstreamer development library

#include

int main (int argc,char *argv[])

{const gchar *nano_str;

guint major, minor, micro, nano;

gst_init (&argc, &argv);

gst_version (&major, &minor, µ, &nano);

if (nano == 1)

nano_str = "(CVS)";

else if (nano == 2)

nano_str = "(Prerelease)";

else

nano_str = "";

printf ("This program is linked against GStreamer %d.% d.% d %s\n",

major, minor, micro, nano_str);

return 0;}

Ubuntu gstreamer compile and run

gcc -Wall $(pkg-config --cflags --libs gstreamer-0.10) hello.c -o hello

./ hello

Ubuntu gstreamer results:

This program is linked against GStreamer 0.10.22

"Ubuntu gstreamer development environment test method is what" content is introduced here, thank you for reading. If you want to know more about industry-related knowledge, you can pay attention to the website. Xiaobian will output more high-quality practical articles for everyone!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report