mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 04:56:24 +00:00
gst-libs/gst/audio/gstbaseaudiosink.c
Original commit message from CVS: 2007-06-19 Andy Wingo <wingo@pobox.com> * gst-libs/gst/audio/gstbaseaudiosink.c (gst_base_audio_sink_init): Enable pull-mode operation.
This commit is contained in:
parent
ba06a86e01
commit
ae6fd1b3f2
3 changed files with 11 additions and 8 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-06-19 Andy Wingo <wingo@pobox.com>
|
||||
|
||||
* gst-libs/gst/audio/gstbaseaudiosink.c
|
||||
(gst_base_audio_sink_init): Enable pull-mode operation.
|
||||
|
||||
2007-06-19 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
|
||||
|
|
|
@ -223,11 +223,9 @@ gst_base_audio_sink_init (GstBaseAudioSink * baseaudiosink,
|
|||
(GstAudioClockGetTimeFunc) gst_base_audio_sink_get_time, baseaudiosink);
|
||||
|
||||
GST_BASE_SINK (baseaudiosink)->can_activate_push = TRUE;
|
||||
#if 0
|
||||
/* disabling until we fix state changes so that both READY_TO_PAUSED and
|
||||
/* FIXME: fix state changes so that both READY_TO_PAUSED and
|
||||
PAUSED_TO_PLAYING return SUCCESS */
|
||||
GST_BASE_SINK (baseaudiosink)->can_activate_pull = TRUE;
|
||||
#endif
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
#define GST_LICENSE "LGPL"
|
||||
|
||||
/* package name in plugins */
|
||||
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins source release"
|
||||
#define GST_PACKAGE_NAME "GStreamer Base Plug-ins CVS/prerelease"
|
||||
|
||||
/* package origin */
|
||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||
|
@ -211,13 +211,13 @@
|
|||
#undef PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||
|
||||
/* Define to the full name and version of this package. */
|
||||
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.13"
|
||||
#undef PACKAGE_STRING "GStreamer Base Plug-ins 0.10.13.1"
|
||||
|
||||
/* Define to the one symbol short name of this package. */
|
||||
#undef PACKAGE_TARNAME "gst-plugins-base"
|
||||
|
||||
/* Define to the version of this package. */
|
||||
#undef PACKAGE_VERSION "0.10.13"
|
||||
#undef PACKAGE_VERSION "0.10.13.1"
|
||||
|
||||
/* directory where plugins are located */
|
||||
#undef PLUGINDIR
|
||||
|
@ -241,7 +241,7 @@
|
|||
#undef STDC_HEADERS
|
||||
|
||||
/* Version number of package */
|
||||
#define VERSION "0.10.13"
|
||||
#define VERSION "0.10.13.1"
|
||||
|
||||
/* Define to 1 if your processor stores words with the most significant byte
|
||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||
|
@ -256,4 +256,4 @@
|
|||
#undef inline
|
||||
#endif
|
||||
|
||||
#define GST_INSTALL_PLUGINS_HELPER "/home/jan/.install/libexec/gst-install-plugins-helper"
|
||||
#define GST_INSTALL_PLUGINS_HELPER "/usr/local/libexec/gst-install-plugins-helper"
|
||||
|
|
Loading…
Reference in a new issue