Searched refs:openh264dec (Results 1 – 5 of 5) sorted by relevance
93 GST_ELEMENT_REGISTER_DEFINE_CUSTOM (openh264dec, openh264dec_element_init);123 gst_openh264dec_init (GstOpenh264Dec * openh264dec) in gst_openh264dec_init() argument125 openh264dec->decoder = NULL; in gst_openh264dec_init()127 gst_video_decoder_set_packetized (GST_VIDEO_DECODER (openh264dec), TRUE); in gst_openh264dec_init()128 gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (openh264dec), TRUE); in gst_openh264dec_init()156 GstOpenh264Dec *openh264dec = GST_OPENH264DEC (decoder); in gst_openh264dec_start() local160 if (openh264dec->decoder != NULL) { in gst_openh264dec_start()161 openh264dec->decoder->Uninitialize (); in gst_openh264dec_start()162 WelsDestroyDecoder (openh264dec->decoder); in gst_openh264dec_start()163 openh264dec->decoder = NULL; in gst_openh264dec_start()[all …]
32 GST_ELEMENT_REGISTER_DECLARE (openh264dec);
42 ret |= GST_ELEMENT_REGISTER (openh264dec, plugin); in plugin_init()
16832 openh264dec: Accept constrained-high and progressive-high profiles20544 openh264dec: port to new request_sync_point() API42595 openh264dec: Fix build with msvc42797 openh264dec: Hook up openh264 messages to GStreamer logging42804 openh264dec: Handle B frame decoding42818 openh264dec: Fix up EOS handling53194 openh264dec: Remove useless check56825 openh264dec: Drop current frame if passing it to the decoder caused an error56836 openh264dec: Don't unref NULL frame on EOS decoding error74644 openh264dec: minor clean-ups[all …]
6860 example openh264dec.