mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gst/gstquery.c: Remove old structure field.
Original commit message from CVS: * gst/gstquery.c: (gst_query_new_latency): Remove old structure field.
This commit is contained in:
parent
a75461ff0d
commit
863a867f81
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-02 Wim Taymans,,, <wim@fluendo.com>
|
||||
|
||||
* gst/gstquery.c: (gst_query_new_latency):
|
||||
Remove old structure field.
|
||||
|
||||
2007-02-02 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tools/gst-launch.1.in:
|
||||
|
|
|
@ -557,7 +557,6 @@ gst_query_new_latency (void)
|
|||
structure = gst_structure_empty_new ("GstQueryLatency");
|
||||
gst_structure_set (structure,
|
||||
"live", G_TYPE_BOOLEAN, FALSE,
|
||||
"upstream-live", G_TYPE_BOOLEAN, FALSE,
|
||||
"min-latency", G_TYPE_UINT64, (gint64) 0,
|
||||
"max-latency", G_TYPE_UINT64, (gint64) - 1, NULL);
|
||||
|
||||
|
|
Loading…
Reference in a new issue