how to show video on widget qml on imx6 device

ronitzagade ronitpzagade at gmail.com
Fri Feb 24 06:40:36 UTC 2017


    if(!gst_element_link_many(source/*, decoder*/,conv,sink,NULL))
        qDebug()<<"link Screen filtercsp_filter failed";

        WId xwinid = window.winId();
        gst_x_overlay_set_xwindow_id(GST_X_OVERLAY(sink),xwinid);
        gst_x_overlay_set_window_handle (GST_X_OVERLAY(sink),xwinid);

     //     window.show();

        gst_element_set_state(pipeline, GST_STATE_PLAYING);

       // window.hide();
    }


these are the code  pipeline is ok and also working bur op of that pipeline
are not going to widget  so is any error in  gst_x_overlay_set_xwindow_id or 
gst_x_overlay_set_window_handle

thanks in advane



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/how-to-show-video-on-widget-qml-on-imx6-device-tp4682017.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list