mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
add temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS()
Original commit message from CVS: add temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS()
This commit is contained in:
parent
a8a9c7e9d5
commit
079d41c4ac
5 changed files with 17 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
|||
2002-10-04 David I. Lehn <dlehn@vt.edu>
|
||||
|
||||
* gstreamer/gstreamer.override, gstreamer/gstreamer-fixes.h: add
|
||||
temporary hack to fix 0.4.1 s/gst/get/ typo in GST_TYPE_CAPS/PROPS()
|
||||
|
||||
2002-10-04 David I. Lehn <dlehn@vt.edu>
|
||||
|
||||
* README: basic info.
|
||||
|
|
|
@ -24,3 +24,7 @@
|
|||
|
||||
#include <gst/gstqueue.h>
|
||||
#include <gst/gsttypefind.h>
|
||||
|
||||
/* 0.4.1 headers had typo: s/gst/get/ */
|
||||
#define GST_TYPE_CAPS (_gst_caps_type)
|
||||
#define GST_TYPE_PROPS (_gst_props_type)
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
headers
|
||||
#include <Python.h>
|
||||
|
||||
#include "gstreamer-fixes.h"
|
||||
|
||||
#include "pygobject.h"
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include "gstreamer-fixes.h"
|
||||
|
||||
typedef struct {
|
||||
PyGObject *pad;
|
||||
PyObject *connect_function;
|
||||
|
|
|
@ -24,3 +24,7 @@
|
|||
|
||||
#include <gst/gstqueue.h>
|
||||
#include <gst/gsttypefind.h>
|
||||
|
||||
/* 0.4.1 headers had typo: s/gst/get/ */
|
||||
#define GST_TYPE_CAPS (_gst_caps_type)
|
||||
#define GST_TYPE_PROPS (_gst_props_type)
|
||||
|
|
|
@ -23,11 +23,11 @@
|
|||
headers
|
||||
#include <Python.h>
|
||||
|
||||
#include "gstreamer-fixes.h"
|
||||
|
||||
#include "pygobject.h"
|
||||
#include <gst/gst.h>
|
||||
|
||||
#include "gstreamer-fixes.h"
|
||||
|
||||
typedef struct {
|
||||
PyGObject *pad;
|
||||
PyObject *connect_function;
|
||||
|
|
Loading…
Reference in a new issue