mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 05:56:31 +00:00
parent
09012ae0da
commit
40e14cf2b7
1 changed files with 8 additions and 3 deletions
|
@ -14,9 +14,14 @@ order, but using "1, also 4-6" is acceptable.
|
|||
|
||||
2. Each pad should have a pad template
|
||||
|
||||
Add a pad template for pads that don't have one.
|
||||
|
||||
|
||||
Create and register a pad template to the element class.
|
||||
|
||||
|
||||
3. config.h
|
||||
|
||||
Make sure that each .c file includes config.h (conditionally on
|
||||
HAVE_CONFIG_H). Make sure that each .h file does _not_ include
|
||||
config.h.
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue