From 4b379f57270a99df9fff10f79d69dae421634b2e Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 21 Nov 2005 17:18:01 +0000 Subject: 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7bc950b..f8cb46a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2005-11-21 Michael Smith + + * 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 * *.h: -- cgit