summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2005-11-21 17:18:01 +0000
committerMichael Smith <msmith@xiph.org>2005-11-21 17:18:01 +0000
commit4b379f57270a99df9fff10f79d69dae421634b2e (patch)
treed30c4d919f88d98346f113bf92081d912ba28a41 /ChangeLog
parente48904d47fb016a44729f876d0524f15d328b121 (diff)
gst/auparse/: Partially fix #161712. playbin still doesn't work on these files, (on the bug report, Andy says we aren...
Original commit message from CVS: * gst/auparse/Makefile.am: * gst/auparse/gstauparse.c: (gst_auparse_class_init), (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain), (gst_auparse_change_state): * gst/auparse/gstauparse.h: Partially fix #161712. playbin still doesn't work on these files, (on the bug report, Andy says we aren't typefinding it for some reason?) but at least auparse isn't totally busted like it was before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7bc950b..f8cb46a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-11-21 Michael Smith <msmith@fluendo.com>
+
+ * gst/auparse/Makefile.am:
+ * gst/auparse/gstauparse.c: (gst_auparse_class_init),
+ (gst_auparse_init), (gst_auparse_dispose), (gst_auparse_chain),
+ (gst_auparse_change_state):
+ * gst/auparse/gstauparse.h:
+ Partially fix #161712. playbin still doesn't work on these files,
+ (on the bug report, Andy says we aren't typefinding it for some
+ reason?) but at least auparse isn't totally busted like it was before.
+
2005-11-21 Andy Wingo <wingo@pobox.com>
* *.h: