]> git.sesse.net Git - vlc/commit
Some initial work for streaming profiles
authorClément Stenac <zorglub@videolan.org>
Fri, 28 Jul 2006 13:28:08 +0000 (13:28 +0000)
committerClément Stenac <zorglub@videolan.org>
Fri, 28 Jul 2006 13:28:08 +0000 (13:28 +0000)
commit89471fa0ae4ddc54bd49511af6e3f3b43761f153
tree7aa4c7699ed486a2d313d74d74a2f118f62d6b13
parentebc698a515bd416b4f03063b0c68d524015bfeef
Some initial work for streaming profiles
+ some misc test cleanup
14 files changed:
include/vlc_common.h
include/vlc_streaming.h [new file with mode: 0644]
include/vlc_strings.h
include/vlc_symbols.h
src/Makefile.am
src/stream_output/profiles.c [new file with mode: 0644]
test/NativeProfilesTest.py [new file with mode: 0644]
test/native/gc.c
test/native/init.c
test/native/profiles.c [new file with mode: 0644]
test/native/tests.h
test/native/url.c
test/pyunit.h
test/setup.py