projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ca250
)
fix tab vs space
author
Christian Schaller
<uraeus@gnome.org>
Wed, 18 Sep 2002 19:11:56 +0000
(19:11 +0000)
committer
Christian Schaller
<uraeus@gnome.org>
Wed, 18 Sep 2002 19:11:56 +0000
(19:11 +0000)
Original commit message from CVS:
fix tab vs space
gst/gstelement.h
patch
|
blob
|
history
diff --git
a/gst/gstelement.h
b/gst/gstelement.h
index
7d712d7
..
52141e3
100644
(file)
--- a/
gst/gstelement.h
+++ b/
gst/gstelement.h
@@
-294,7
+294,7
@@
typedef struct _GstElementDetails GstElementDetails;
struct _GstElementDetails {
gchar *longname; /* long, english name */
gchar *klass; /* type of element, as hierarchy */
- gchar *license; /* license element is under */
+ gchar *license;
/* license element is under */
gchar *description; /* insights of one form or another */
gchar *version; /* version of the element */
gchar *author; /* who wrote this thing? */