gstreamer/ext/alsa
Jan Schmidt 46a7bd8dfd ext/alsa/gstalsasink.c: Extra log line.
Original commit message from CVS:
* ext/alsa/gstalsasink.c: (gst_alsasink_open):
Extra log line.
* ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
* ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
Use pango_font_description_set_family_static instead of
pango_font_description_set_family to save a string copy (it was
leaking due to the strdup anyway)
* gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
* gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
* gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
* gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
Chain up in finalize.
2007-03-08 12:53:51 +00:00
..
gstalsa.c ext/alsa/gstalsa.c: Try to get devic-name from device string first, and from handle only as fallback (seems to yield ... 2007-02-09 09:58:28 +00:00
gstalsa.h ext/alsa/: Improve device-name detection a bit, especially in the case where the device is not actually open (#405020... 2007-02-08 15:43:26 +00:00
gstalsadeviceprobe.c Printf format fixes. 2006-10-05 15:55:21 +00:00
gstalsadeviceprobe.h ext/alsa/: Clean up and simplify alsa device probing. Make it actually work for multiple classes. Don't cache results... 2006-05-18 17:19:39 +00:00
gstalsamixer.c ext/alsa/gstalsamixer.c: Try harder to guess which mixer track is the master mixer track (instead of just taking the ... 2006-09-17 20:14:43 +00:00
gstalsamixer.h Added alsa docs. 2006-03-01 18:25:18 +00:00
gstalsamixerelement.c ext/alsa/gstalsa.c: Small code cleanup. 2006-08-13 14:34:48 +00:00
gstalsamixerelement.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
gstalsamixeroptions.c gst-libs/gst/interfaces/mixertrack.c: API: add "untranslated-label" property which should be set by implementations a... 2007-03-07 18:50:10 +00:00
gstalsamixeroptions.h Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass 2006-06-01 19:19:51 +00:00
gstalsamixertrack.c gst-libs/gst/interfaces/mixertrack.c: API: add "untranslated-label" property which should be set by implementations a... 2007-03-07 18:50:10 +00:00
gstalsamixertrack.h ext/alsa/: Improve and fix mixer track handling, in particular better handling of alsa's pvolume/pswitch/cvolume/cswi... 2006-08-29 11:50:51 +00:00
gstalsaplugin.c ext/: - a library should not call setlocale. see Libraries node in gettext manual 2006-01-27 01:06:29 +00:00
gstalsasink.c ext/alsa/gstalsasink.c: Extra log line. 2007-03-08 12:53:51 +00:00
gstalsasink.h ext/alsa/gstalsasink.*: Remove unused dispose function. 2007-03-01 16:48:45 +00:00
gstalsasrc.c ext/alsa/gstalsasink.*: Remove unused dispose function. 2007-03-01 16:48:45 +00:00
gstalsasrc.h ext/alsa/gstalsasink.*: Remove unused dispose function. 2007-03-01 16:48:45 +00:00
Makefile.am Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963). 2007-02-24 20:12:49 +00:00