QtGstreamer and GstEncodeBin
George Kiagiadakis
kiagiadakis.george at gmail.com
Mon Feb 13 02:36:18 PST 2012
On Mon, Feb 13, 2012 at 10:17 AM, vaisaari <vaisaari at gmail.com> wrote:
> Hi all,
>
> I'm trying to learn QtGstreamer and use it with the GstEncodeBin.
> Unfortunately, I ran into the following problem: I'm guessing the
> GstEncodeBin is QGst::Bin, but what are the proper wrapper classes for
> GstEncodingContainerProfile and GstEncodingProfile? How do I create them in
> the QtGstreamer way?
>
> Thank you for your help!
> -V
>
Hi,
There are no bindings for these classes, therefore you can only create
them with the C API. You can of course, if you want, wrap them in
QGst::MiniObject class instances. This will probably be useful for
setting them as properties in the encodebin.
Regards,
George
More information about the gstreamer-devel
mailing list