| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
g_object_unref() and fix a mem leak in a d...
Original commit message from CVS:
* gst/auparse/gstauparse.c: (gst_au_parse_base_init),
(gst_au_parse_class_init), (gst_au_parse_init),
(gst_au_parse_dispose), (gst_au_parse_chain),
(gst_au_parse_change_state), (plugin_init):
* gst/auparse/gstauparse.h:
Use gst_object_unref() for GstObjects instead of
g_object_unref() and fix a mem leak in a debug
statement; while we're at it, also borgify, use
boilerplate macros and clean up a little bit.
|
| |
|
|
|
| |
Original commit message from CVS:
Forgot to commit header file changes, Makefile.am changes. Oops.
|
| |
|
|
|
| |
Original commit message from CVS:
Auparse ported to 0.9. Tested with filesrc ! auparse ! osssink and alsasink
|
| |
|
|
|
| |
Original commit message from CVS:
* *.h: Revert indenting
|
| |
|
|
|
| |
Original commit message from CVS:
gst-indent
|
| |
|
|
|
|
|
| |
and remove duplicate config.h includes fro...
Original commit message from CVS:
Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
|
| |
|
|
|
| |
Original commit message from CVS:
s/Gnome-Streamer/GStreamer/
|
|
|
auparse to new capsnego
Original commit message from CVS:
* better capsnego in osssink
* s/parseau/auparse/
* update volume, mulawdecode, auparse to new capsnego
|