gstreamer/subprojects/gst-plugins-bad/gst-libs/gst/play
Haihua Hu 78d9d8478d 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/4460>
2023-05-18 10:27:29 +00:00
..
gstplay-media-info-private.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstplay-media-info.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstplay-media-info.h gst-play: missing cleanup for g_autoptr 2022-08-17 09:52:00 +03:00
gstplay-message-private.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstplay-signal-adapter.c play: Add/fix various annotations 2022-10-18 13:51:17 +03:00
gstplay-signal-adapter.h gst-play: missing cleanup for g_autoptr 2022-08-17 09:52:00 +03:00
gstplay-types.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstplay-video-overlay-video-renderer.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstplay-video-overlay-video-renderer.h gst-play: missing cleanup for g_autoptr 2022-08-17 09:52:00 +03:00
gstplay-video-renderer-private.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstplay-video-renderer.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstplay-video-renderer.h gst-play: missing cleanup for g_autoptr 2022-08-17 09:52:00 +03:00
gstplay-visualization.c Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
gstplay-visualization.h gst-play: missing cleanup for g_autoptr 2022-08-17 09:52:00 +03:00
gstplay.c gstplay: fix critical log when enable playbin3 2023-05-18 10:27:29 +00:00
gstplay.h gstplay: Fix warning parsing API 2022-03-07 11:03:41 +00:00
meson.build gir: Checkout all .gir files and check that they are updated on the CI 2023-04-22 09:32:32 -04:00
play-prelude.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00
play.h Move files from gst-plugins-bad into the "subprojects/gst-plugins-bad/" subdir 2021-09-24 16:14:36 -03:00