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:
Edward Hervey 2020-07-07 10:57:38 +02:00 committed by Edward Hervey
parent 1e596cb33f
commit 50be315a1a
2 changed files with 3 additions and 2 deletions

View file

@ -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"
}

View file

@ -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;