Lines Matching refs:pMsg
108 GstMessage* pMsg = gst_bus_pop( pBusSource->mpBus ); in lcl_implBusDispatch() local
110 if( pMsg ) in lcl_implBusDispatch()
113 pBusSource->mpBus, pMsg ); in lcl_implBusDispatch()
114 gst_message_unref( pMsg ); in lcl_implBusDispatch()
140 lcl_implHandleCreateWindowFunc( GstBus* pBus, GstMessage* pMsg, gpointer pData ) in lcl_implHandleCreateWindowFunc() argument
143 ? static_cast< Player* >( pData )->handleCreateWindow( pBus, pMsg ) in lcl_implHandleCreateWindowFunc()
667 GstMessage* pMsg ) in busCallback() argument
669 if( pMsg && mpLoop ) in busCallback()
671 switch( GST_MESSAGE_TYPE( pMsg ) ) in busCallback()
692 gst_message_parse_error( pMsg, &pErr, &pDebug ); in busCallback()
926 GstMessage* pMsg ) in handleCreateWindow() argument
930 if( pMsg && in handleCreateWindow()
931 ( GST_MESSAGE_TYPE( pMsg ) == GST_MESSAGE_ELEMENT ) && in handleCreateWindow()
932 gst_structure_has_name( pMsg->structure, "prepare-xwindow-id" ) && in handleCreateWindow()
937 gst_x_overlay_set_xwindow_id( GST_X_OVERLAY( GST_MESSAGE_SRC( pMsg ) ), in handleCreateWindow()
941 gst_message_unref( pMsg ); in handleCreateWindow()