]> git.sesse.net Git - vlc/commitdiff
Export input_resource_TerminateVout
authorRémi Denis-Courmont <remi@remlab.net>
Tue, 8 Jun 2010 18:04:18 +0000 (21:04 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 8 Jun 2010 18:04:18 +0000 (21:04 +0300)
LibVLC needs it.

include/vlc_input.h
src/input/input_interface.h
src/libvlccore.sym

index 2650e8ea58dc6003eff9519491c56434ed08413e..7d1d248162167b948a3a9cab42f4c6b54872252e 100644 (file)
@@ -667,4 +667,9 @@ VLC_EXPORT( input_resource_t *, input_resource_New, ( vlc_object_t * ) );
  */
 VLC_EXPORT(void, input_resource_Delete, ( input_resource_t * ) );
 
+/**
+ * Forcefully destroys the video output (e.g. when the playlist is stopped).
+ */
+VLC_EXPORT(void, input_resource_TerminateVout, ( input_resource_t * ) );
+
 #endif
index 7f7347d5765ececc7d4fb669c6959f351bb9b77e..1e2e7c8dab514a497bd4ed0542e37cb22503f142 100644 (file)
@@ -51,11 +51,6 @@ input_stats_t *stats_NewInputStats( input_thread_t *p_input );
  */
 void input_resource_TerminateSout( input_resource_t *p_resource );
 
-/**
- * This function deletes the current vout in the resources.
- */
-void input_resource_TerminateVout( input_resource_t *p_resource );
-
 /**
  * This function return true if there is at least one vout in the resources.
  *
index fbf6bc2d246bea75357271c3ada91a8e1ee67e3c..eca26908fc028246bf4a976d034c048215540559 100644 (file)
@@ -220,6 +220,7 @@ input_item_WriteMeta
 input_Read
 input_resource_New
 input_resource_Delete
+input_resource_TerminateVout
 input_SplitMRL
 input_Start
 input_Stop