[Bug 748619] "decodebin ! encodebin" woes

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Apr 30 02:38:41 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748619

Tim-Philipp Müller <t.i.m at zen.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #3 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Well, the error codes tell you where to look I think. WAS_LINKED is hard to
argue with (perhaps because you left a ! in there?), and NO_FORMAT means you
didn't request the right pad to link to or there's no matching pad.

encodebin has action signals to request pads.

You may want to look at the application 'transmageddon' which does something
like this too.

This decodebin / encodebin seems more like a support issue to me, so perhaps we
should take that to the gstreamer-devel mailing list instead.

---

The ready-made binaries do ship with debugging symbols, they're just not
compatible with the MSVC debugger. That's because we use mingw to generate
those binaries and it can't output MS-compatible debugging symbols (because the
format of those is not public and hasn't been reverse-engineered yet afaik).

You can debug using gdb. We know it's a very suboptimal situation for MSVC
users, but that's how it is, until someone fixes it one way or another. (I
think the llvm folks are working on PDB support.)

-- 
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