Split in library and example program
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 8 Jan 2009 12:18:55 +0000 (13:18 +0100)
committerWim Taymans <wim@wtay.(none)>
Thu, 8 Jan 2009 12:18:55 +0000 (13:18 +0100)
commit78893957870ab6146d3bcf9add9a94e111803d2f
tree15323fe00725b3a9d1f3a9527c8e0178a1b19651
parentc91ec684e973e15699e8f6e08945ee0cf8df4571
Split in library and example program
18 files changed:
Makefile.am
autogen.sh
configure.ac
examples/Makefile.am [new file with mode: 0644]
examples/main.c [moved from src/main.c with 96% similarity]
gst/Makefile.am [new file with mode: 0644]
gst/rtsp-server/Makefile.am [new file with mode: 0644]
gst/rtsp-server/rtsp-client.c [moved from src/rtsp-client.c with 100% similarity]
gst/rtsp-server/rtsp-client.h [moved from src/rtsp-client.h with 100% similarity]
gst/rtsp-server/rtsp-media.c [moved from src/rtsp-media.c with 100% similarity]
gst/rtsp-server/rtsp-media.h [moved from src/rtsp-media.h with 100% similarity]
gst/rtsp-server/rtsp-server.c [moved from src/rtsp-server.c with 100% similarity]
gst/rtsp-server/rtsp-server.h [moved from src/rtsp-server.h with 100% similarity]
gst/rtsp-server/rtsp-session-pool.c [moved from src/rtsp-session-pool.c with 100% similarity]
gst/rtsp-server/rtsp-session-pool.h [moved from src/rtsp-session-pool.h with 100% similarity]
gst/rtsp-server/rtsp-session.c [moved from src/rtsp-session.c with 100% similarity]
gst/rtsp-server/rtsp-session.h [moved from src/rtsp-session.h with 100% similarity]
src/Makefile.am [deleted file]