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:
df349f9
)
rmdemux: Actually return the return value for the seek handling.
author
Edward Hervey
<bilboed@bilboed.com>
Tue, 21 Apr 2009 18:21:11 +0000
(20:21 +0200)
committer
Edward Hervey
<bilboed@bilboed.com>
Tue, 21 Apr 2009 18:37:19 +0000
(20:37 +0200)
gst/realmedia/rmdemux.c
patch
|
blob
|
history
diff --git
a/gst/realmedia/rmdemux.c
b/gst/realmedia/rmdemux.c
index c81dd0db4cd8d1c0265d298f654751fa4b90327a..57e580c86454cda24ea9e4d3b83a6abeb21f17c9 100644
(file)
--- a/
gst/realmedia/rmdemux.c
+++ b/
gst/realmedia/rmdemux.c
@@
-607,7
+607,7
@@
done:
/* streaming can continue now */
GST_PAD_STREAM_UNLOCK (rmdemux->sinkpad);
- return
TRUE
;
+ return
ret
;
error:
{