rmdemux: Actually return the return value for the seek handling.
authorEdward Hervey <bilboed@bilboed.com>
Tue, 21 Apr 2009 18:21:11 +0000 (20:21 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 21 Apr 2009 18:37:19 +0000 (20:37 +0200)
gst/realmedia/rmdemux.c

index c81dd0d..57e580c 100644 (file)
@@ -607,7 +607,7 @@ done:
   /* streaming can continue now */
   GST_PAD_STREAM_UNLOCK (rmdemux->sinkpad);
 
-  return TRUE;
+  return ret;
 
 error:
   {