Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/openh264/
Dgstopenh264dec.cpp120 gst_openh264dec_init (GstOpenh264Dec * openh264dec) in gst_openh264dec_init() argument
122 openh264dec->decoder = NULL; in gst_openh264dec_init()
124 gst_video_decoder_set_packetized (GST_VIDEO_DECODER (openh264dec), TRUE); in gst_openh264dec_init()
125 gst_video_decoder_set_needs_format (GST_VIDEO_DECODER (openh264dec), TRUE); in gst_openh264dec_init()
153 GstOpenh264Dec *openh264dec = GST_OPENH264DEC (decoder); in gst_openh264dec_start() local
157 if (openh264dec->decoder != NULL) { in gst_openh264dec_start()
158 openh264dec->decoder->Uninitialize (); in gst_openh264dec_start()
159 WelsDestroyDecoder (openh264dec->decoder); in gst_openh264dec_start()
160 openh264dec->decoder = NULL; in gst_openh264dec_start()
162 WelsCreateDecoder (&(openh264dec->decoder)); in gst_openh264dec_start()
[all …]
/third_party/gstreamer/gstplugins_bad/docs/plugins/
Dgst-plugins-bad-plugins-sections.txt2542 <FILE>element-openh264dec</FILE>
2543 <TITLE>openh264dec</TITLE>
/third_party/gstreamer/gstplugins_bad/
DChangeLog3011 openh264dec: Fix build with msvc
3213 openh264dec: Hook up openh264 messages to GStreamer logging
3220 openh264dec: Handle B frame decoding
3234 openh264dec: Fix up EOS handling
13610 openh264dec: Remove useless check
17241 openh264dec: Drop current frame if passing it to the decoder caused an error
17252 openh264dec: Don't unref NULL frame on EOS decoding error
35060 openh264dec: minor clean-ups
51571 openh264dec: Unref video frames and codec state in all cases
51601 openh264dec: Uninitializing the decoder can't fail and will always return 0 == cmResultSuccess
[all …]