mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
fix for header changes
Original commit message from CVS: fix for header changes
This commit is contained in:
parent
67cf07ff6a
commit
ed6f0f377a
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
|
* gst/gst.override:
|
||||||
|
fix for header changes
|
||||||
|
|
||||||
2005-09-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
2005-09-08 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* testsuite/test_element.py:
|
* testsuite/test_element.py:
|
||||||
|
|
|
@ -36,10 +36,9 @@ headers
|
||||||
#include <gst/gsterror.h>
|
#include <gst/gsterror.h>
|
||||||
#include <gst/gstqueue.h>
|
#include <gst/gstqueue.h>
|
||||||
#include <gst/gsttypefind.h>
|
#include <gst/gsttypefind.h>
|
||||||
#include <gst/gsttag.h>
|
#include <gst/gsttagsetter.h>
|
||||||
#include <gst/gsttaginterface.h>
|
|
||||||
|
|
||||||
#include <gst/controller/gst-controller.h>
|
#include <gst/controller/gstcontroller.h>
|
||||||
#include <gst/dataprotocol/dataprotocol.h>
|
#include <gst/dataprotocol/dataprotocol.h>
|
||||||
#include <gst/base/gstadapter.h>
|
#include <gst/base/gstadapter.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue