Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
5c9e2646
Commit
5c9e2646
authored
Apr 16, 2011
by
Tim-Philipp Müller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
0.10.28.2 pre-release
parent
9be707d5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
97 deletions
+14
-97
configure.ac
configure.ac
+1
-1
win32/common/config.h
win32/common/config.h
+11
-5
win32/common/gstrtpbin-marshal.c
win32/common/gstrtpbin-marshal.c
+1
-73
win32/common/gstrtpbin-marshal.h
win32/common/gstrtpbin-marshal.h
+1
-18
No files found.
configure.ac
View file @
5c9e2646
...
...
@@ -5,7 +5,7 @@ dnl please read gstreamer/docs/random/autotools before changing this file
dnl initialize autoconf
dnl releases only do -Wall, git and prerelease does -Werror too
dnl use a three digit version number for releases, and four for git/pre
AC_INIT(GStreamer Good Plug-ins, 0.10.28.
1
,
AC_INIT(GStreamer Good Plug-ins, 0.10.28.
2
,
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer,
gst-plugins-good)
...
...
win32/common/config.h
View file @
5c9e2646
...
...
@@ -43,13 +43,13 @@
#define GST_LICENSE "LGPL"
/* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins
git
"
#define GST_PACKAGE_NAME "GStreamer Good Plug-ins
prerelease
"
/* package origin */
#define GST_PACKAGE_ORIGIN "Unknown package origin"
/* GStreamer package release date/time for plugins as YYYY-MM-DD */
#define GST_PACKAGE_RELEASE_DATETIME "2011-0
3-08T16
:2
2
Z"
#define GST_PACKAGE_RELEASE_DATETIME "2011-0
4-16T15
:2
1
Z"
/* struct v4l2_buffer missing */
#undef GST_V4L2_MISSING_BUFDECL
...
...
@@ -211,6 +211,12 @@
/* Define to enable Jack (used by jack). */
#undef HAVE_JACK
/* defined if jack >= 0.120.1 is available */
#undef HAVE_JACK_0_120_1
/* defined if jack >= 1.9.7 is available */
#undef HAVE_JACK_1_9_7
/* Define to enable jpeg library (used by jpeg). */
#undef HAVE_JPEG
...
...
@@ -390,7 +396,7 @@
#define PACKAGE_NAME "GStreamer Good Plug-ins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.28.
1
"
#define PACKAGE_STRING "GStreamer Good Plug-ins 0.10.28.
2
"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "gst-plugins-good"
...
...
@@ -399,7 +405,7 @@
#undef PACKAGE_URL
/* Define to the version of this package. */
#define PACKAGE_VERSION "0.10.28.
1
"
#define PACKAGE_VERSION "0.10.28.
2
"
/* directory where plugins are located */
#ifdef _DEBUG
...
...
@@ -430,7 +436,7 @@
#undef STDC_HEADERS
/* Version number of package */
#define VERSION "0.10.28.
1
"
#define VERSION "0.10.28.
2
"
/* old wavpack API */
#undef WAVPACK_OLD_API
...
...
win32/common/gstrtpbin-marshal.c
View file @
5c9e2646
...
...
@@ -322,79 +322,7 @@ gst_rtp_bin_marshal_UINT64__BOOLEAN_UINT64 (GClosure * closure,
g_value_set_uint64
(
return_value
,
v_return
);
}
/* BOOL:POINTER,BOOL (gstrtpbin-marshal.list:10) */
void
gst_rtp_bin_marshal_BOOLEAN__POINTER_BOOLEAN
(
GClosure
*
closure
,
GValue
*
return_value
G_GNUC_UNUSED
,
guint
n_param_values
,
const
GValue
*
param_values
,
gpointer
invocation_hint
G_GNUC_UNUSED
,
gpointer
marshal_data
)
{
typedef
gboolean
(
*
GMarshalFunc_BOOLEAN__POINTER_BOOLEAN
)
(
gpointer
data1
,
gpointer
arg_1
,
gboolean
arg_2
,
gpointer
data2
);
register
GMarshalFunc_BOOLEAN__POINTER_BOOLEAN
callback
;
register
GCClosure
*
cc
=
(
GCClosure
*
)
closure
;
register
gpointer
data1
,
data2
;
gboolean
v_return
;
g_return_if_fail
(
return_value
!=
NULL
);
g_return_if_fail
(
n_param_values
==
3
);
if
(
G_CCLOSURE_SWAP_DATA
(
closure
))
{
data1
=
closure
->
data
;
data2
=
g_value_peek_pointer
(
param_values
+
0
);
}
else
{
data1
=
g_value_peek_pointer
(
param_values
+
0
);
data2
=
closure
->
data
;
}
callback
=
(
GMarshalFunc_BOOLEAN__POINTER_BOOLEAN
)
(
marshal_data
?
marshal_data
:
cc
->
callback
);
v_return
=
callback
(
data1
,
g_marshal_value_peek_pointer
(
param_values
+
1
),
g_marshal_value_peek_boolean
(
param_values
+
2
),
data2
);
g_value_set_boolean
(
return_value
,
v_return
);
}
/* VOID:UINT,UINT,UINT,UINT,POINTER (gstrtpbin-marshal.list:11) */
void
gst_rtp_bin_marshal_VOID__UINT_UINT_UINT_UINT_POINTER
(
GClosure
*
closure
,
GValue
*
return_value
G_GNUC_UNUSED
,
guint
n_param_values
,
const
GValue
*
param_values
,
gpointer
invocation_hint
G_GNUC_UNUSED
,
gpointer
marshal_data
)
{
typedef
void
(
*
GMarshalFunc_VOID__UINT_UINT_UINT_UINT_POINTER
)
(
gpointer
data1
,
guint
arg_1
,
guint
arg_2
,
guint
arg_3
,
guint
arg_4
,
gpointer
arg_5
,
gpointer
data2
);
register
GMarshalFunc_VOID__UINT_UINT_UINT_UINT_POINTER
callback
;
register
GCClosure
*
cc
=
(
GCClosure
*
)
closure
;
register
gpointer
data1
,
data2
;
g_return_if_fail
(
n_param_values
==
6
);
if
(
G_CCLOSURE_SWAP_DATA
(
closure
))
{
data1
=
closure
->
data
;
data2
=
g_value_peek_pointer
(
param_values
+
0
);
}
else
{
data1
=
g_value_peek_pointer
(
param_values
+
0
);
data2
=
closure
->
data
;
}
callback
=
(
GMarshalFunc_VOID__UINT_UINT_UINT_UINT_POINTER
)
(
marshal_data
?
marshal_data
:
cc
->
callback
);
callback
(
data1
,
g_marshal_value_peek_uint
(
param_values
+
1
),
g_marshal_value_peek_uint
(
param_values
+
2
),
g_marshal_value_peek_uint
(
param_values
+
3
),
g_marshal_value_peek_uint
(
param_values
+
4
),
g_marshal_value_peek_pointer
(
param_values
+
5
),
data2
);
}
/* VOID:UINT64 (gstrtpbin-marshal.list:12) */
/* VOID:UINT64 (gstrtpbin-marshal.list:10) */
void
gst_rtp_bin_marshal_VOID__UINT64
(
GClosure
*
closure
,
GValue
*
return_value
G_GNUC_UNUSED
,
...
...
win32/common/gstrtpbin-marshal.h
View file @
5c9e2646
...
...
@@ -74,24 +74,7 @@ extern void gst_rtp_bin_marshal_UINT64__BOOLEAN_UINT64 (GClosure *closure,
gpointer
marshal_data
);
#define gst_rtp_bin_marshal_UINT64__BOOL_UINT64 gst_rtp_bin_marshal_UINT64__BOOLEAN_UINT64
/* BOOL:POINTER,BOOL (gstrtpbin-marshal.list:10) */
extern
void
gst_rtp_bin_marshal_BOOLEAN__POINTER_BOOLEAN
(
GClosure
*
closure
,
GValue
*
return_value
,
guint
n_param_values
,
const
GValue
*
param_values
,
gpointer
invocation_hint
,
gpointer
marshal_data
);
#define gst_rtp_bin_marshal_BOOL__POINTER_BOOL gst_rtp_bin_marshal_BOOLEAN__POINTER_BOOLEAN
/* VOID:UINT,UINT,UINT,UINT,POINTER (gstrtpbin-marshal.list:11) */
extern
void
gst_rtp_bin_marshal_VOID__UINT_UINT_UINT_UINT_POINTER
(
GClosure
*
closure
,
GValue
*
return_value
,
guint
n_param_values
,
const
GValue
*
param_values
,
gpointer
invocation_hint
,
gpointer
marshal_data
);
/* VOID:UINT64 (gstrtpbin-marshal.list:12) */
/* VOID:UINT64 (gstrtpbin-marshal.list:10) */
extern
void
gst_rtp_bin_marshal_VOID__UINT64
(
GClosure
*
closure
,
GValue
*
return_value
,
guint
n_param_values
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment