]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/dual-decode.git/commitdiff
Removed make warnings.
authorMrinmayee Hingolikar <mrinmayee@ti.com>
Wed, 19 Dec 2012 18:10:41 +0000 (23:40 +0530)
committerMrinmayee <mrinmayee@ubuntu.(none)>
Wed, 19 Dec 2012 18:10:41 +0000 (23:40 +0530)
include/gst-controller.h
src/gst-controller.c

index 4cf64c21b72b174c2caf6679ff28f66f2c2a54ba..fcf689502233e9fb62d98983e8a2e8962938f488 100644 (file)
@@ -149,3 +149,5 @@ gboolean DualDecode_singleToDual (Pipeline **pipes,GstElement * otherWindowSink,
 
 gboolean DualDecode_dualToSingle (Pipeline **pipes,GstElement * otherWindowSink,
                                   gint thisWindow, gint otherWindow);
+
+void DualDecode_setPipelineSink (Pipeline *pipePtr, GstElement *sink0, GstElement *sink1);
index 0beed41b6758e5ecb49a566ce73bbcb067258121..b147f1c76b4e5b8f3a1a2134d803a5848ba0e0f6 100644 (file)
@@ -313,9 +313,9 @@ gboolean DualDecode_playMedia (Pipeline *pipePtr, gchar *filename, gint64 positi
                                                                                 
     DualDecode_getMediaState(pipePtr);                                          
     DualDecode_seekMedia(pipePtr, position);                                    
+    
+    return ret;                                                                            
                                                                                 
-                                                                                
-exit:    return ret;                                                            
 }
 
 gboolean DualDecode_singleToDual (Pipeline **pipes,GstElement * otherWindowSink,