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
@ -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>
|
2007-06-19 Michael Smith <msmith@fluendo.com>
|
||||||
|
|
||||||
* gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
|
* 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);
|
(GstAudioClockGetTimeFunc) gst_base_audio_sink_get_time, baseaudiosink);
|
||||||
|
|
||||||
GST_BASE_SINK (baseaudiosink)->can_activate_push = TRUE;
|
GST_BASE_SINK (baseaudiosink)->can_activate_push = TRUE;
|
||||||
#if 0
|
/* FIXME: fix state changes so that both READY_TO_PAUSED and
|
||||||
/* disabling until we fix state changes so that both READY_TO_PAUSED and
|
|
||||||
PAUSED_TO_PLAYING return SUCCESS */
|
PAUSED_TO_PLAYING return SUCCESS */
|
||||||
GST_BASE_SINK (baseaudiosink)->can_activate_pull = TRUE;
|
GST_BASE_SINK (baseaudiosink)->can_activate_pull = TRUE;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
#define GST_LICENSE "LGPL"
|
#define GST_LICENSE "LGPL"
|
||||||
|
|
||||||
/* package name in plugins */
|
/* 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 */
|
/* package origin */
|
||||||
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
#define GST_PACKAGE_ORIGIN "Unknown package origin"
|
||||||
@ -211,13 +211,13 @@
|
|||||||
#undef PACKAGE_NAME "GStreamer Base Plug-ins"
|
#undef PACKAGE_NAME "GStreamer Base Plug-ins"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* 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. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#undef PACKAGE_TARNAME "gst-plugins-base"
|
#undef PACKAGE_TARNAME "gst-plugins-base"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* 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 */
|
/* directory where plugins are located */
|
||||||
#undef PLUGINDIR
|
#undef PLUGINDIR
|
||||||
@ -241,7 +241,7 @@
|
|||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
/* Version number of package */
|
/* 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
|
/* Define to 1 if your processor stores words with the most significant byte
|
||||||
first (like Motorola and SPARC, unlike Intel and VAX). */
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
@ -256,4 +256,4 @@
|
|||||||
#undef inline
|
#undef inline
|
||||||
#endif
|
#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…
x
Reference in New Issue
Block a user