mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +00:00
docs: moving plugins: minor 0.10 -> 1.0 fix
Spotted by Jay Fenlason
This commit is contained in:
parent
e5a73cc2ff
commit
d92361ba52
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
Moving around plug-ins between source modules
|
Moving around plug-ins between source modules
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
||||||
Last updated: 2009-08-11
|
Last updated: 2013-12-13
|
||||||
|
|
||||||
Contents:
|
Contents:
|
||||||
1. How to get your plug-in out of -bad and into -good or -ugly (ie. policies)
|
1. How to get your plug-in out of -bad and into -good or -ugly (ie. policies)
|
||||||
|
@ -50,7 +50,7 @@ CHECKLIST
|
||||||
---------
|
---------
|
||||||
- The plug-in's code:
|
- The plug-in's code:
|
||||||
- should descend from an applicable base class if possible
|
- should descend from an applicable base class if possible
|
||||||
- make use of GST_BOILERPLATE macros
|
- make use of G_DEFINE_TYPE macros
|
||||||
- conform to the GStreamer coding style
|
- conform to the GStreamer coding style
|
||||||
- use a custom debug category
|
- use a custom debug category
|
||||||
- use GST_(DEBUG/*)_OBJECT
|
- use GST_(DEBUG/*)_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue