summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: ca51be50a6f7152d30880ae0e4326be85434eec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
2003-06-28  Thomas Vander Stichele  <thomas at apestaart dot org>

	* gst/modplug/gstmodplug.cc:
	* gst/modplug/gstmodplug.h: fix state change cleanup

2003-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>

	* gst/videotestsrc/gstvideotestsrc.c:
	(gst_videotestsrc_change_state), (gst_videotestsrc_init),
	(gst_videotestsrc_reset): reset object properties on ->NULL
	* sys/xvideo/xvideosink.c: (gst_xvideosink_class_init),
	(gst_xvideosink_init), (gst_xvideosink_reset),
	(gst_xvideosink_change_state): reset object properties on ->NULL

2003-05-31  Thomas Vander Stichele <thomas at apestaart dot org>

	* gst-libs/gst/play/play.c: (gst_play_get_length_callback),
	(gst_play_idle_signal), (callback_pipeline_error),
	(callback_pipeline_deep_notify), (gst_play_dispose),
	(gst_play_class_init), (gst_play_init):
	* gst-libs/gst/play/play.h:
	* gst-libs/gst/play/playpipelines.c: (gst_play_audio_setup),
	(gst_play_audiot_setup), (gst_play_audioht_setup),
	(gst_play_video_setup), (gst_play_video_vis_setup):
        backport Julien's error handling stuff

2003-02-06  Colin Walters  <walters@debian.org>

	* ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_open_file): Don't
	assume the pad always has caps; instead create a new one and set
	its properties.

2003-02-03  Colin Walters  <walters@verbum.org>

	* ext/gnomevfs/gstgnomevfssrc.c: 
	(struct _GstGnomeVFSSrc, gst_gnomevfssrc_init): Remove local file bits.
	(gst_gnomevfssrc_get): Delete special local file code path.
	(gst_gnomevfssrc_open_file): Ditto.
	(gst_gnomevfssrc_close_file): Ditto.
	(gst_gnomevfssrc_srcpad_event): Ditto.
	(gst_gnomevfssrc_open_file): Always get file info from gnomevfs.

2003-02-03  Colin Walters  <walters@verbum.org>

	* ext/gnomevfs/gstgnomevfssrc.c
	(gst_gnomevfssrc_received_headers_callback): Remove previous silly
	code which tried to use Content-Type header.
	(gst_gnomevfssrc_open_file): Get GnomeVFSFileInfo structure from
	handle instead of URI.  Set caps based on the mime type we
	received there.

2003-02-02  Colin Walters  <walters@gnu.org>

	* ext/gnomevfs/gstgnomevfssrc.c (struct _GstGnomeVFSSrc):
	s/iradio_callbacks_pushed/http_callbacks_pushed/g.  Users updated.
	(struct _GstGnomeVFSSrc): New member in_first_get.
	(gst_gnomevfssrc_get): Use it.  We only want to read an 8k chunk
	the first time.
	(gst_gnomevfssrc_received_headers_callback): Try to detect
	Content-Type header.  This doesn't work yet because gnome-vfs eats
	that header.  We will fix that.
	(gst_gnomevfssrc_get_icy_metadata): Use g_ascii_strncasecmp
	instead of g_strncasecmp.

2003-02-02  Thomas Vander Stichele <thomas at apestaart dot org>

        * configure.ac:
          - release 0.6.0
          - revert libtool version to 0.0.0 due to major/minor library rename

2003-01-25  Colin Walters  <walters@gnu.org>

	* ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_open_file): Don't
	make a size request when in iradio mode.

2002-11-25  Colin Walters  <walters@debian.org>

	* ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_received_headers_callback):
	Test for url in correct variable.

2002-11-17  Ken MacLeod  <ken@bitsko.slc.ut.us>

	* gst/modplug/modplug_types.cc: Renamed from
	gst/modplug/modplug_types.c.  Change GST_BUFFER_DATA(buf) result
	type from 'gchar' to 'gunit8'.

2002-07-07  Richard Boulton <richard@tartarus.org>

	* LICENSE_readme: Mention that synaesthesia is derived from GPL
	  code.

2002-06-03  Richard Boulton <richard@tartarus.org>

	* m4/mpeg2dec.m4: Test for cpuaccel library as well as mpeg2dec
	  library.  Add appropriate includes before test compile of mpeg2.h
	  so that compilation succeeds.

2002-05-06  Thomas Vander Stichele <thomas@apestaart.org>

  	* GConf stuff : from http://www.gnome.org/projects/gconf/ and eog
	  - added gstreamer-gconf package

2002-02-06  Thomas Vander Stichele <thomas@apestaart.org>

  	* more build cleanup : merging over changes from gst-player

2002-01-17  Bastien Nocera  <hadess@hadess.net>

	* sys/Makefile.am: make the qcam plugin build only
	only platforms using NASM, ie. x86

2002-01-06 Rodney Dawes <dobey@free.fr>

	* configure.ac: added -lm to cdparanoia check so it works,
		fixed a couple typos for the libraw1394 checks
	
2001-12-20 Thomas Vander Stichele  <thomas@apestaart.org>

	* opened gst-plugins module
	* starting with sys plugins