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()
934 GstMessage* pMsg ) in handleCreateWindow() argument
938 if( pMsg && in handleCreateWindow()
939 gst_is_video_overlay_prepare_window_handle_message( pMsg ) && in handleCreateWindow()
944 gst_video_overlay_set_window_handle( GST_VIDEO_OVERLAY( GST_MESSAGE_SRC( pMsg ) ), in handleCreateWindow()
948 gst_message_unref( pMsg ); in handleCreateWindow()