[vlc-commits] cache_read: add STREAM_GET_TYPE

Rémi Denis-Courmont git at videolan.org
Sun Sep 20 11:53:03 CEST 2020


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Sep 20 12:49:39 2020 +0300| [0ff535a7c5b643a07707ea6d40c6316cc3be90fe] | committer: Rémi Denis-Courmont

cache_read: add STREAM_GET_TYPE

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ff535a7c5b643a07707ea6d40c6316cc3be90fe
---

 modules/stream_filter/cache_read.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/stream_filter/cache_read.c b/modules/stream_filter/cache_read.c
index c4b4af0155..046c1d9279 100644
--- a/modules/stream_filter/cache_read.c
+++ b/modules/stream_filter/cache_read.c
@@ -463,6 +463,7 @@ static int AStreamControl(stream_t *s, int i_query, va_list args)
         case STREAM_GET_CONTENT_TYPE:
         case STREAM_GET_SIGNAL:
         case STREAM_GET_TAGS:
+        case STREAM_GET_TYPE:
         case STREAM_SET_PAUSE_STATE:
         case STREAM_SET_PRIVATE_ID_STATE:
         case STREAM_SET_PRIVATE_ID_CA:



More information about the vlc-commits mailing list