Searched refs:GST_IS_H264_PICTURE (Results 1 – 2 of 2) sorted by relevance
82 g_return_if_fail (GST_IS_H264_PICTURE (picture)); in gst_h264_picture_set_user_data()274 g_return_if_fail (GST_IS_H264_PICTURE (picture)); in gst_h264_dpb_add()951 g_return_if_fail (GST_IS_H264_PICTURE (picture)); in gst_h264_dpb_set_last_output()
30 #define GST_IS_H264_PICTURE(obj) (GST_IS_MINI_OBJECT_TYPE(obj, GST_TYPE_H264_PICTURE)) macro