mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 10:31:05 +00:00
86f00367fc
Issue is that when amc was producing a codec-data buffer, a GstVideoCodecFrame was being popped off the internal queue. This meant that the codec-data was being associated with the first input frame and the second (first encoded buffer) output buffer with the second input frame. At the end (assuming one input produces one output which seems to hold in my testing and how the encoder is currently implemented) there would be an input frame missing and would be pushed without any timing information. This would lead to e.g. muxers rejecting the buffer without PTS and failing to mux. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5330> |
||
---|---|---|
.. | ||
jni | ||
magicleap | ||
org/freedesktop/gstreamer/androidmedia | ||
gst-android-graphics-imageformat.c | ||
gst-android-graphics-imageformat.h | ||
gst-android-hardware-camera.c | ||
gst-android-hardware-camera.h | ||
gst-android-hardware-sensor.c | ||
gst-android-hardware-sensor.h | ||
gstahcsrc.c | ||
gstahcsrc.h | ||
gstahssrc.c | ||
gstahssrc.h | ||
gstamc-codec.h | ||
gstamc-codeclist.h | ||
gstamc-constants.h | ||
gstamc-format.h | ||
gstamc.c | ||
gstamc.h | ||
gstamcaudiodec.c | ||
gstamcaudiodec.h | ||
gstamcsurfacetexture.c | ||
gstamcsurfacetexture.h | ||
gstamcvideodec.c | ||
gstamcvideodec.h | ||
gstamcvideoenc.c | ||
gstamcvideoenc.h | ||
gstjniutils.c | ||
gstjniutils.h | ||
gstsensors.h | ||
meson.build |