[Bug 696612] .mv2 files have not pad-added

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 28 07:07:08 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=696612
  GStreamer | gst-plugins | 1.0.6

--- Comment #2 from steffen.roeber at hella.com 2013-03-28 14:07:06 UTC ---
If I use gst-launch it also works at me. But in my app the pad-added is never
called.
I use something like:
g_signal_connect( G_OBJECT( decoder ), "pad-added",
G_CALLBACK(::newPadCallbackPrivate), this);
setProperty(reinterpret_cast<GObject *>(aviSrc), "location",
m_filename.toLatin1().data());
gst_element_set_state(GST_ELEMENT(m_pipeline), GST_STATE_READY);
ok = gst_element_set_state(GST_ELEMENT(m_pipeline), GST_STATE_PAUSED);
m_prerollingState = gst_element_get_state (GST_ELEMENT(m_pipeline), nullptr,
nullptr, 5 * GST_SECOND);
if (m_prerollingState != GST_STATE_CHANGE_SUCCESS)
...
normally th pad-added callback is called now. But with this file it is not
called.
I don't set any aspect ratio.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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