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:
ad0a465
)
gstsegment: Initialize with proper type
author
Edward Hervey
<bilboed@bilboed.com>
Sun, 4 Dec 2011 10:32:57 +0000
(11:32 +0100)
committer
Edward Hervey
<bilboed@bilboed.com>
Sun, 4 Dec 2011 10:32:57 +0000
(11:32 +0100)
gst/gstsegment.c
patch
|
blob
|
history
diff --git
a/gst/gstsegment.c
b/gst/gstsegment.c
index
8a72c00
..
84e217a
100644
(file)
--- a/
gst/gstsegment.c
+++ b/
gst/gstsegment.c
@@
-175,7
+175,7
@@
gst_segment_init (GstSegment * segment, GstFormat format)
{
g_return_if_fail (segment != NULL);
- segment->flags = GST_SE
EK
_FLAG_NONE;
+ segment->flags = GST_SE
GMENT
_FLAG_NONE;
segment->rate = 1.0;
segment->applied_rate = 1.0;
segment->format = format;