source: trunk/third/gstreamer/DEVEL @ 18714

Revision 18714, 404 bytes checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18713, which included commits to RCS files with non-trunk default branches.
Line 
1Development Notes and Random Wisdom
2
3* in libs like dparams, include the respective dparam headers with
4  #include "dparams.h"
5  instead of
6  #include <gst/libs/control/dparams.h>
7  because the latter will, if the include flags are set that way, first look
8  for the installed headers instead of the newest one, which is in your source
9  dir.
10
11* When doing releases, please follow the guidelines in docs
Note: See TracBrowser for help on using the repository browser.