Home
last modified time | relevance | path

Searched refs:openh264dec (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp93 GST_ELEMENT_REGISTER_DEFINE_CUSTOM (openh264dec, openh264dec_element_init);
123 gst_openh264dec_init (GstOpenh264Dec * openh264dec) in gst_openh264dec_init() argument
125 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() local
160 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 …]
Dgstopenh264elements.h32 GST_ELEMENT_REGISTER_DECLARE (openh264dec);
Dgstopenh264plugin.c42 ret |= GST_ELEMENT_REGISTER (openh264dec, plugin); in plugin_init()
/third_party/gstreamer/gstplugins_bad/
DChangeLog16832 openh264dec: Accept constrained-high and progressive-high profiles
20544 openh264dec: port to new request_sync_point() API
42595 openh264dec: Fix build with msvc
42797 openh264dec: Hook up openh264 messages to GStreamer logging
42804 openh264dec: Handle B frame decoding
42818 openh264dec: Fix up EOS handling
53194 openh264dec: Remove useless check
56825 openh264dec: Drop current frame if passing it to the decoder caused an error
56836 openh264dec: Don't unref NULL frame on EOS decoding error
74644 openh264dec: minor clean-ups
[all …]
/third_party/gstreamer/gstplugins_base/
DChangeLog6860 example openh264dec.