gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/play
Haihua Hu e8b74ada7c gstplay: fix critical log when enable playbin3
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>
2023-05-18 13:18:05 +01:00
..
gstplay-media-info-private.h
gstplay-media-info.c
gstplay-media-info.h
gstplay-message-private.h
gstplay-signal-adapter.c
gstplay-signal-adapter.h
gstplay-types.h
gstplay-video-overlay-video-renderer.c
gstplay-video-overlay-video-renderer.h
gstplay-video-renderer-private.h
gstplay-video-renderer.c
gstplay-video-renderer.h
gstplay-visualization.c
gstplay-visualization.h
gstplay.c gstplay: fix critical log when enable playbin3 2023-05-18 13:18:05 +01:00
gstplay.h
meson.build
play-prelude.h
play.h