mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +00:00
playback: Clarify flag usage for playbin3
Forcing software-decoder has no effect on playbin3 now. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/738>
This commit is contained in:
parent
1e596cb33f
commit
50be315a1a
2 changed files with 3 additions and 2 deletions
|
@ -11351,7 +11351,7 @@
|
|||
"value": "0x00000800"
|
||||
},
|
||||
{
|
||||
"desc": "Force only software-based decoders",
|
||||
"desc": "Force only software-based decoders (no effect for playbin3)",
|
||||
"name": "force-sw-decoders",
|
||||
"value": "0x00001000"
|
||||
}
|
||||
|
|
|
@ -70,7 +70,8 @@ gst_play_flags_get_type (void)
|
|||
{C_FLAGS (GST_PLAY_FLAG_FORCE_FILTERS),
|
||||
"Force audio/video filter(s) to be applied", "force-filters"},
|
||||
{C_FLAGS (GST_PLAY_FLAG_FORCE_SW_DECODERS),
|
||||
"Force only software-based decoders", "force-sw-decoders"},
|
||||
"Force only software-based decoders (no effect for playbin3)",
|
||||
"force-sw-decoders"},
|
||||
{0, NULL, NULL}
|
||||
};
|
||||
static volatile GType id = 0;
|
||||
|
|
Loading…
Reference in a new issue