mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
happify buildbot
Original commit message from CVS: happify buildbot
This commit is contained in:
parent
f0ed41684a
commit
c6d2acd587
3 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* gst/base/gstbasesrc.c: (gst_basesrc_activate):
|
* gst/base/gstbasesrc.c: (gst_basesrc_activate):
|
||||||
Don't go in pull mode for non-seekable sources.
|
Don't go in pull mode for non-seekable sources.
|
||||||
|
* gst/elements/gsttypefindelement.h:
|
||||||
* gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
|
* gst/elements/gsttypefindelement.c: (gst_type_find_element_init),
|
||||||
(gst_type_find_element_dispose), (gst_type_find_handle_src_query),
|
(gst_type_find_element_dispose), (gst_type_find_handle_src_query),
|
||||||
(free_entry), (stop_typefinding),
|
(free_entry), (stop_typefinding),
|
||||||
|
|
|
@ -53,7 +53,7 @@ struct _GstTypeFindElement {
|
||||||
GstCaps * caps;
|
GstCaps * caps;
|
||||||
|
|
||||||
guint mode;
|
guint mode;
|
||||||
GstBufferStore * store;
|
GstBuffer * store;
|
||||||
guint64 stream_length;
|
guint64 stream_length;
|
||||||
gboolean stream_length_available;
|
gboolean stream_length_available;
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,7 @@ struct _GstTypeFindElement {
|
||||||
GstCaps * caps;
|
GstCaps * caps;
|
||||||
|
|
||||||
guint mode;
|
guint mode;
|
||||||
GstBufferStore * store;
|
GstBuffer * store;
|
||||||
guint64 stream_length;
|
guint64 stream_length;
|
||||||
gboolean stream_length_available;
|
gboolean stream_length_available;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue