Searched refs:keyunit (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/ |
D | psmuxstream.h | 86 gboolean keyunit; member 144 gboolean keyunit);
|
D | psmuxstream.c | 491 gint64 pts, gint64 dts, gboolean keyunit) in psmux_stream_add_data() argument 507 packet->keyunit = keyunit; in psmux_stream_add_data()
|
D | mpegpsmux.c | 510 gboolean keyunit; in mpegpsmux_collected() local 552 keyunit = !GST_BUFFER_FLAG_IS_SET (buf, GST_BUFFER_FLAG_DELTA_UNIT); in mpegpsmux_collected() 554 if (keyunit && best->stream_id == mux->video_stream_id in mpegpsmux_collected() 562 psmux_stream_add_data (best->stream, buf, pts, dts, keyunit); in mpegpsmux_collected()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | mpegtsmux.c | 568 gboolean keyunit; in test_keyframe_propagation_check_output() local 570 keyunit = !GST_BUFFER_FLAG_IS_SET (buf, GST_BUFFER_FLAG_DELTA_UNIT); in test_keyframe_propagation_check_output() 572 if (keyunit) in test_keyframe_propagation_check_output() 575 GST_LOG ("buffer, keyframe=%d", keyunit); in test_keyframe_propagation_check_output()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-demux.c | 2777 gboolean flush, keyunit, instant_rate_change, before, after, accurate, in gst_matroska_demux_handle_seek_event() local 2809 keyunit = ! !(flags & GST_SEEK_FLAG_KEY_UNIT); in gst_matroska_demux_handle_seek_event() 2990 if (keyunit && seeksegment.rate > 0) { in gst_matroska_demux_handle_seek_event() 2997 } else if (keyunit) { in gst_matroska_demux_handle_seek_event()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 29381 androidmedia: Handle force-keyunit requests 41983 hlssink2: Add property for disabling sending of force-keyunit events 49729 mpegtsmux: Explicitly resend PAT/SI/PMT on force-keyunit events 59253 When we manually seek for skipping ahead in keyunit-only trickmode, we 59267 dashdemux: Take SIDX entry timestamp/duration into account for keyunit-only mode 59415 dashdemux: Collect keyunit distance and size statistics 59432 adaptivedemux: Add a macro to know if we are in trickmode-keyunit 61129 …dashdemux: Handle current SIDX before current position in normal mode like in keyunit-only trick m… 80855 hlsdemux: respect keyunit flag for position 80856 Set the segment start position when keyunit flag is active [all …]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 6857 Sending of force-keyunit events for this can be throttled by the 6858 application via the "min-force-keyunit-interval" property. 8420 …videoencoder: Don't request another keyunit if another one is pending or we requested one for a fu… 8436 videoencoder: Add test for correct force-keyunit event handling 8442 videoencoder: Fix force-keyunit handling in test 8456 videoencoder: Handle all matching force-keyunit events at once 8459 - frame 0 at 20ms, frame 1 at 40ms and two force-keyunit events at 10ms 8461 - 100 force-keyunit events with running-time NONE would cause all 8468 videoencoder: Sort force-keyunit-events by their running time 69147 video-event: Update the running times in the force-keyunit events from the pad offsets
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 18741 rtpgstpay: Add support for force-keyunit events 23132 rtph265depay: fix keyunit detection 27827 Rather amazingly (and equally unnoticed), keyunit seeking resulted in segments
|