mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 23:16:38 +00:00
e8b74ada7c
when play rtsp stream with playbin3 enabled, there are some critical logs: g_object_get_is_valid_property: object class 'GstPlayBin3' has no property named 'n-video' g_object_get_is_valid_property: object class 'GstPlayBin3' has no property named 'n-audio' g_object_get_is_valid_property: object class 'GstPlayBin3' has no property named 'n-text' self->collection could be NULL when READY->PAUSED if the pipeline is live, then it will fallback to query playbin2's property, we can call gst_play_streams_info_create_from_collection directly, it will check self->collection internal. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/4666> |
||
---|---|---|
.. | ||
gst | ||
meson.build |