[Bug 757684] Implement an high level transcoding API (similar to GstPlayer but for transcoding)
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Mar 23 16:28:08 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=757684
--- Comment #30 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
(In reply to Thibault Saunier from comment #27)
> (In reply to Olivier CrĂȘte from comment #26)
> > The .new() method should probably be failable or do you fail on .run() if
> > the profile is invalid (or not deserializable?).
>
> The _new() will return NULL, it is indeed not ideal and not binding
> friendly, should I make it a GInitable? Optionally I can make it fail in
> run() instead?
Yes, if _new can fail, it should be a GInitable instead and return a GError in
the _new too I think? Would make bindings life easier.
--
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