QtGstreamer and GstEncodeBin

George Kiagiadakis kiagiadakis.george at gmail.com
Wed Feb 15 05:02:17 PST 2012


On Mon, Feb 13, 2012 at 2:44 PM, vaisaari <vaisaari at gmail.com> wrote:
> Thank you for your quick response! Unfortunately, this goes past my knowledge
> :(  How do I wrap them in QGst::MiniObject class instances?
>
> Thanks,
> -V

GstEncodingProfile *profile = gst_whatever();
QGst::MiniObjectPtr profilePtr = QGst::MiniObjectPtr::wrap(profile);
gst_mini_object_unref(profile);
encodebin->setProperty("profile", profilePtr);


More information about the gstreamer-devel mailing list