0
イベントの前にシンクを交渉する方法は? 私が間違っていることを教えてください。 のPythonを使用してチュートリアル8から例を実行しようとすると: https://gstreamer.freedesktop.org/documentation/tutorials/basic/short-cutting-the-pipeline.htmlイベントの前にシンクを交渉する方法は?
エラー出力:私の場合は
...
0:00:00.117266000 78270 0x7ff68399a6d0 FIXME default gstutils.c:3902:gchar *gst_pad_create_stream_id_internal(GstPad *, GstElement *, const gchar *):<app_source:src> Creating random stream-id, consider implementing a deterministic way of creating a stream-id
0:00:00.119250000 78270 0x7ff68399a6d0 WARN basesrc gstbasesrc.c:2939:void gst_base_src_loop(GstPad *):<app_source> error: Internal data stream error.
0:00:00.119260000 78270 0x7ff68399a6d0 WARN basesrc gstbasesrc.c:2939:void gst_base_src_loop(GstPad *):<app_source> error: streaming stopped, reason not-negotiated (-4)
0:00:00.119408000 78270 0x7ff68399ade0 WARN audiobasesink gstaudiobasesink.c:1119:gst_audio_base_sink_wait_event:<audio_sink> error: Sink not negotiated before eos event.
Error received from element app_source: gst-stream-error-quark: Internal data stream error. (1)
Debugging information: gstbasesrc.c(2939): void gst_base_src_loop(GstPad *)(): /GstPipeline:test-pipeline/GstAppSrc:app_source:
streaming stopped, reason not-negotiated (-4)
Process finished with exit code 0