Any response? Please, could someone help me?<div><br></div><div><div>On configure file generated shows only this plugins. No mention to playbin or playbin2 (only playback)</div><div><br></div><div>GST_PLUGINS_ALL = adder app audioconvert audiorate audiotestsrc encoding videoconvert gdp playback audioresample subparse tcp typefind videotestsrc videorate videoscale volume</div>
<div>GST_PLUGINS_BASE_CFLAGS = -I$(top_srcdir)/gst-libs -I$(top_builddir)/gst-libs</div><div>GST_PLUGINS_DIR = /usr/local/lib/gstreamer-0.11</div><div>GST_PLUGINS_NONPORTED = </div><div>GST_PLUGINS_SELECTED = adder app audioconvert audiorate audiotestsrc encoding videoconvert gdp playback audioresample subparse tcp typefind videotestsrc videorate videoscale volume</div>
<div><br></div><div>On GST_PLUGINS_DIR location, only appears this:</div><div><br></div><div>$ ls /usr/local/lib/gstreamer-0.11/libgst</div><div><a href="http://libgstcoreelements.la">libgstcoreelements.la</a> libgstcoreelements.so <a href="http://libgstcoreindexers.la">libgstcoreindexers.la</a> libgstcoreindexers.so</div>
<div><br></div><div>But for 0.10 I only found this:</div><div>$ ls /usr/local/lib/gstreamer-0.10/libgst</div><div><a href="http://libgstpython.la">libgstpython.la</a> libgstpython.so</div><div><br></div><div>Using the code examples, playbin-text.c fails too:</div>
<div><br></div><div> App *app = &s_app;</div><div> GstBus *bus;</div><div> GstCaps *subcaps;</div><div><br></div><div> gst_init (&argc, &argv);</div><div><br></div><div> /* create a mainloop to get messages */</div>
<div> app->loop = g_main_loop_new (NULL, TRUE);</div><div><br></div><div> app->playbin = gst_element_factory_make ("playbin2", NULL);</div><div> g_assert (app->playbin);</div><div><br></div><div>gst-plugins-base-0.11.1/tests/icles/playbin-text file:///home/user/somefile.ogv</div>
<div><br></div><div>(playbin-text:10818): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed</div><div><br></div><div>(playbin-text:10818): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed</div>
<div><br></div><div>(playbin-text:10818): GLib-GObject-WARNING **: invalid (NULL) pointer instance</div><div><br></div><div>(playbin-text:10818): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed</div>
<div><br></div><div>(playbin-text:10818): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed</div><div><br></div><div>(playbin-text:10818): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed</div>
<div><br></div><div>(playbin-text:10818): GStreamer-CRITICAL **: gst_element_get_bus: assertion `GST_IS_ELEMENT (element)' failed</div><div><br></div><div>(playbin-text:10818): GStreamer-CRITICAL **: gst_bus_add_watch_full: assertion `GST_IS_BUS (bus)' failed</div>
<div><br></div><div>(playbin-text:10818): GLib-GObject-CRITICAL **: g_object_set: assertion `G_IS_OBJECT (object)' failed</div><div><br></div><div>(playbin-text:10818): GStreamer-CRITICAL **: gst_element_set_state: assertion `GST_IS_ELEMENT (element)' failed</div>
<br>
</div>