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:
David I. Lehn 2002-10-04 21:29:19 +00:00
parent a8a9c7e9d5
commit 079d41c4ac
5 changed files with 17 additions and 4 deletions

View file

@ -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.

View file

@ -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)

View file

@ -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;

View file

@ -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)

View file

@ -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;