Emotion: Really disable vlc
[profile/ivi/emotion.git] / ChangeLog
1 2007-10-31  Vincent Torri  <doursse at users dot sf dot net>
2
3         * configure.in:
4         * src/bin/emotion_test_main.c:
5         * src/lib/Makefile.am:
6         * src/lib/emotion_private.h:
7         * src/lib/emotion_smart.c:
8         * src/modules/Makefile.am:
9         * src/modules/emotion_gstreamer.c:
10         Use ecore_plugin instead of dlfcn
11         The modules names are now "xine" and "gstreamer" (it's useless to add
12         the extension, as ecore_plugin does not need it).
13         Look for the modules in path that is pointed by the env variable
14         EMOTION_MODULES_DIR first.
15         Fix a leak in the gstreamer module
16         Remove some trailing spaces
17         Fix bug #223
18
19         add the support of URI playback. Minor fixes.
20         Fix bug #114
21
22 2007-09-01  Vincent Torri  <doursse at users dot sf dot net>
23
24         * src/modules/emotion_gstreamer.c: (em_file_open):
25         * src/modules/emotion_gstreamer_pipeline.c: (cb_handoff),
26         (emotion_pipeline_dvd_build), (emotion_pipeline_uri_build),
27         (emotion_pipeline_file_build), (_emotion_streams_sinks_get),
28         (_emotion_video_sink_fill), (_emotion_audio_sink_fill):
29         * src/modules/emotion_gstreamer_pipeline.h:
30         add the support of URI playback. Minor fixes.
31         Fix bug #114
32
33 Wed Mar 29 20:33:40 2006                        Michael Jennings (mej)
34
35 Xine plugins seem to no longer be built.
36 ----------------------------------------------------------------------