mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
docs: minor moving-plugins addition
This commit is contained in:
parent
ba3f4140f3
commit
2e35581939
1 changed files with 3 additions and 0 deletions
|
@ -127,6 +127,9 @@ CHECKLIST
|
|||
- wrong pipelines
|
||||
- bad data
|
||||
|
||||
- The element must not rely on a running GLib main loop, meaning it can't
|
||||
use g_idle_add(), g_timeout_add(), g_io_add_watch(), etc.
|
||||
|
||||
- The plugins need to be marked correctly for translations.
|
||||
- All error conditions should be correctly handled using GST_ELEMENT_ERROR
|
||||
and following practice outlined in
|
||||
|
|
Loading…
Reference in a new issue