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
luzpaz
gstreamer
Commits
9a796e2c
Commit
9a796e2c
authored
Dec 08, 2002
by
Thomas Vander Stichele
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oops
Original commit message from CVS: oops
parent
9e8e9385
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst/gstelement.h
gst/gstelement.h
+2
-2
No files found.
gst/gstelement.h
View file @
9a796e2c
...
...
@@ -196,9 +196,9 @@ void gst_element_set_loop_function (GstElement *element,
GstElementLoopFunction
loop
);
#define gst_element_get_name(elem) gst_object_get_name(GST_OBJECT(elem))
#define gst_element_set_name(elem
ent
,name) gst_object_set_name(GST_OBJECT(elem),name)
#define gst_element_set_name(elem,name) gst_object_set_name(GST_OBJECT(elem),name)
#define gst_element_get_parent(elem) gst_object_get_parent(GST_OBJECT(elem))
#define gst_element_set_parent(elem
ent
,parent) gst_object_set_parent(GST_OBJECT(elem),parent)
#define gst_element_set_parent(elem,parent) gst_object_set_parent(GST_OBJECT(elem),parent)
/* threadsafe versions of their g_object_* counterparts */
void
gst_element_set
(
GstElement
*
element
,
const
gchar
*
first_property_name
,
...);
...
...
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