diff options
| author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-09 11:09:49 +0000 |
|---|---|---|
| committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-09 11:09:49 +0000 |
| commit | df82aa5a0178395d26dea66a4850e55144c74e9d (patch) | |
| tree | c664bdc26b51655302737c6b7de3308ae75bb8f6 /ChangeLog | |
| parent | fb26ca3f3273deeff59687fa99a148f86ddf6f40 (diff) | |
gst-plugins-good.spec.in: spec file fixes
Original commit message from CVS:
* gst-plugins-good.spec.in:
spec file fixes
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
(gst_multiudpsink_render), (gst_multiudpsink_add),
(gst_multiudpsink_clear):
it actually helps to actually stream if we hook up the
add signal to an actual implementation
* gst/udp/gstudpsrc.c: (gst_udpsrc_start):
some debugging
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org> + + * gst-plugins-good.spec.in: + spec file fixes + * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), + (gst_multiudpsink_render), (gst_multiudpsink_add), + (gst_multiudpsink_clear): + it actually helps to actually stream if we hook up the + "add" signal to an actual implementation + * gst/udp/gstudpsrc.c: (gst_udpsrc_start): + some debugging + 2005-09-08 Flavio Oliveira <flavio.oliveira@indt.org.br> * ext/jpeg/Makefile.am: |
