mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gst/playback/gstqueue2.c: fix build.
Original commit message from CVS: * gst/playback/gstqueue2.c: (gst_queue_get_type), (gst_queue_class_init), (gst_queue_finalize), (update_time_level), (apply_segment), (apply_buffer), (update_buffering), (reset_rate_timer), (update_rates), (gst_queue_locked_flush), (gst_queue_locked_enqueue), (gst_queue_locked_dequeue), (gst_queue_handle_sink_event), (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop), (plugin_init): fix build.
This commit is contained in:
parent
ae69903ca1
commit
fa972968b2
2 changed files with 15 additions and 3 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2007-05-17 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* gst/playback/gstqueue2.c: (gst_queue_get_type),
|
||||||
|
(gst_queue_class_init), (gst_queue_finalize), (update_time_level),
|
||||||
|
(apply_segment), (apply_buffer), (update_buffering),
|
||||||
|
(reset_rate_timer), (update_rates), (gst_queue_locked_flush),
|
||||||
|
(gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
|
||||||
|
(gst_queue_handle_sink_event), (gst_queue_is_filled),
|
||||||
|
(gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
|
||||||
|
(plugin_init):
|
||||||
|
fix build.
|
||||||
|
|
||||||
2007-05-17 Wim Taymans <wim@fluendo.com>
|
2007-05-17 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
* gst/playback/Makefile.am:
|
* gst/playback/Makefile.am:
|
||||||
|
|
|
@ -43,11 +43,11 @@
|
||||||
* two seconds worth of data, whichever is reached first.
|
* two seconds worth of data, whichever is reached first.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "gst/gst_private.h"
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
#include <gst/gst-i18n-plugin.h>
|
#include <gst/gst-i18n-plugin.h>
|
||||||
|
|
||||||
static const GstElementDetails gst_queue_details = GST_ELEMENT_DETAILS ("Queue",
|
static const GstElementDetails gst_queue_details = GST_ELEMENT_DETAILS ("Queue",
|
||||||
|
|
Loading…
Reference in a new issue