[vlc-commits] test: input: Assign packetizer to the owner

Hugo Beauzée-Luyssen git at videolan.org
Thu Jun 14 13:26:38 CEST 2018


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Jun 14 13:26:02 2018 +0200| [d81da6c4f5914946999d90fe9b1765d40e99f433] | committer: Hugo Beauzée-Luyssen

test: input: Assign packetizer to the owner

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

 test/src/input/decoder.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/src/input/decoder.c b/test/src/input/decoder.c
index 3514d5684f..ea3d857af5 100644
--- a/test/src/input/decoder.c
+++ b/test/src/input/decoder.c
@@ -162,6 +162,7 @@ decoder_t *test_decoder_create(vlc_object_t *parent, const es_format_t *fmt)
         return NULL;
     }
     decoder = &owner->dec;
+    owner->packetizer = packetizer;
 
     static const struct decoder_owner_callbacks dec_video_cbs =
     {



More information about the vlc-commits mailing list