Skip to content
Snippets Groups Projects
Commit 6692050c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

stream_filter: assign type name for now

(though it will probably be merged with demux soon)
parent daeddd9b
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,8 @@ stream_t *vlc_stream_FilterNew( stream_t *p_source,
stream_t *s;
assert( p_source != NULL );
s = vlc_stream_CommonNew( p_source->obj.parent, StreamDelete );
s = vlc_stream_CustomNew(p_source->obj.parent, StreamDelete, 0,
"stream filter");
if( s == NULL )
return NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment