Gst::PlayBin2::create() error: *** glibc detected *** ./main: malloc(): memory corruption (fast): 0x00000000009b71d0 ***
- From: Phong Cao <phongvcao phongvcao com>
- To: gtkmm-list gnome org
- Subject: Gst::PlayBin2::create() error: *** glibc detected *** ./main: malloc(): memory corruption (fast): 0x00000000009b71d0 ***
- Date: Sun, 16 Dec 2012 09:31:25 -0500
Hi everybody,
I am trying to develop a small multimedia app using Gtkmm and GStreamermm on Ubuntu 12.10 64-bit. However, it seems that there is some problem with gstreamermm-0.10.9 on Ubuntu. I tried this snipset of code on my system:
#include <gtkmm.h>
#include <gstreamermm.h>
int main(int argc, char *argv[]) {
Glib::RefPtr<Gtk::Application> dingo_app = Gtk::Application::create(argc, argv, "dingo.media.manager");
Gst::init(argc, argv);
dingo_app->hold();
Glib::RefPtr<Gst::PlayBin2> d_playbin = Gst::PlayBin2::create("playbin");
Gtk::Window mainwindow;
return dingo_app->run(mainwindow);
}
...and it generates the following error:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]