/usr/include/gstreamermm-1.0/gstreamermm/event.h is in libgstreamermm-1.0-dev 1.4.3+dfsg-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 | // -*- c++ -*-
// Generated by gmmproc 2.42.0 -- DO NOT MODIFY!
#ifndef _GSTREAMERMM_EVENT_H
#define _GSTREAMERMM_EVENT_H
#include <glibmm/ustring.h>
#include <sigc++/sigc++.h>
/* gstreamermm - a C++ wrapper for gstreamer
*
* Copyright 2008 The gstreamermm Development Team
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
#include <gst/gst.h>
#include <gstreamermm/miniobject.h>
#include <gstreamermm/format.h>
#include <gstreamermm/clock.h>
#include <gstreamermm/segment.h>
#include <gstreamermm/caps.h>
namespace Glib
{
template<typename T>
Glib::RefPtr<T> wrap_event_derived(GstEvent* object, bool take_copy)
{
if(take_copy && object)
gst_event_ref(object);
// See the comment at the top of this file, if you want to know why the cast works.
return Glib::RefPtr<T>(reinterpret_cast<T*>(object));
}
}
namespace Gst
{
#define GST_EVENT_MAKE_TYPE(num,flags) \
(((num) << GST_EVENT_NUM_SHIFT) | (flags))
#define FLAG(name) GST_EVENT_TYPE_##name
/** @addtogroup gstreamermmEnums gstreamermm Enums and Flags */
/**
* @var EventType EVENT_UNKNOWN
* Unknown event.
*
* @var EventType EVENT_FLUSH_START
* Start a flush operation. This event clears all data from the pipeline and unblock all streaming threads.
*
* @var EventType EVENT_FLUSH_STOP
* Stop a flush operation. This event resets the running-time of the pipeline.
*
* @var EventType EVENT_STREAM_START
* Event to mark the start of a new stream. Sent before any other serialized event and only sent at the start of a new stream, not after flushing seeks.
*
* @var EventType EVENT_CAPS
* Gst::Caps event. Notify the pad of a new media type.
*
* @var EventType EVENT_SEGMENT
* A new media segment follows in the dataflow. The segment events contains information for clipping buffers and converting buffer timestamps to running-time and stream-time.
*
* @var EventType EVENT_TAG
* A new set of metadata tags has been found in the stream.
*
* @var EventType EVENT_BUFFERSIZE
* Notification of buffering requirements. Currently not used yet.
*
* @var EventType EVENT_SINK_MESSAGE
* An event that sinks turn into a message. Used to send messages that should be emitted in sync with rendering.
*
* @var EventType EVENT_EOS
* End-Of-Stream. No more data is to be expected to follow without a SEGMENT event.
*
* @var EventType EVENT_SEGMENT_DONE
* Marks the end of a segment playback.
*
* @var EventType EVENT_GAP
* Marks a gap in the datastream.
*
* @var EventType EVENT_TOC
* An event which indicates that a new table of contents (TOC) was found or updated.
*
* @var EventType EVENT_QOS
* A quality message. Used to indicate to upstream elements that the downstream elements should adjust their processing rate.
*
* @var EventType EVENT_SEEK
* A request for a new playback position and rate.
*
* @var EventType EVENT_NAVIGATION
* Navigation events are usually used for communicating user requests, such as mouse or keyboard movements, to upstream elements.
*
* @var EventType EVENT_LATENCY
* Notification of new latency adjustment. Sinks will use the latency information to adjust their synchronisation.
*
* @var EventType EVENT_STEP
* A request for stepping through the media. Sinks will usually execute the step operation.
*
* @var EventType EVENT_RECONFIGURE
* A request for upstream renegotiating caps and reconfiguring.
*
* @var EventType EVENT_TOC_SELECT
* A request for a new playback position based on TOC entry's UID.
*
* @var EventType EVENT_CUSTOM_UPSTREAM
* Upstream custom event.
*
* @var EventType EVENT_CUSTOM_DOWNSTREAM
* Downstream custom event that travels in the data flow.
*
* @var EventType EVENT_CUSTOM_DOWNSTREAM_OOB
* Custom out-of-band downstream event.
*
* @var EventType EVENT_CUSTOM_DOWNSTREAM_STICKY
* Custom sticky downstream event.
*
* @var EventType EVENT_CUSTOM_BOTH
* Custom upstream or downstream event. In-band when travelling downstream.
*
* @var EventType EVENT_CUSTOM_BOTH_OOB
* Custom upstream or downstream out-of-band event.
*
* @enum EventType
*
* Gst::EventType lists the standard event types that can be sent in a pipeline.
*
* The custom event types can be used for private messages between elements
* that can't be expressed using normal
* GStreamer buffer passing semantics. Custom events carry an arbitrary
* Gst::Structure.
* Specific custom events are distinguished by the name of the structure.
* @ingroup gstreamermmEnums
* @par Bitwise operators:
* <tt>%EventType operator|(EventType, EventType)</tt><br>
* <tt>%EventType operator&(EventType, EventType)</tt><br>
* <tt>%EventType operator^(EventType, EventType)</tt><br>
* <tt>%EventType operator~(EventType)</tt><br>
* <tt>%EventType& operator|=(EventType&, EventType)</tt><br>
* <tt>%EventType& operator&=(EventType&, EventType)</tt><br>
* <tt>%EventType& operator^=(EventType&, EventType)</tt><br>
*/
enum EventType
{
EVENT_UNKNOWN = GST_EVENT_MAKE_TYPE (0, 0),
EVENT_FLUSH_START = GST_EVENT_MAKE_TYPE (10, FLAG(BOTH)),
EVENT_FLUSH_STOP = GST_EVENT_MAKE_TYPE (20, FLAG(BOTH) | FLAG(SERIALIZED)),
EVENT_STREAM_START = GST_EVENT_MAKE_TYPE (40, FLAG(DOWNSTREAM) | FLAG(SERIALIZED) | FLAG(STICKY)),
EVENT_CAPS = GST_EVENT_MAKE_TYPE (50, FLAG(DOWNSTREAM) | FLAG(SERIALIZED) | FLAG(STICKY)),
EVENT_SEGMENT = GST_EVENT_MAKE_TYPE (70, FLAG(DOWNSTREAM) | FLAG(SERIALIZED) | FLAG(STICKY)),
EVENT_TAG = GST_EVENT_MAKE_TYPE (80, FLAG(DOWNSTREAM) | FLAG(SERIALIZED) | FLAG(STICKY) | FLAG(STICKY_MULTI)),
EVENT_BUFFERSIZE = GST_EVENT_MAKE_TYPE (90, FLAG(DOWNSTREAM) | FLAG(SERIALIZED) | FLAG(STICKY)),
EVENT_SINK_MESSAGE = GST_EVENT_MAKE_TYPE (100, FLAG(DOWNSTREAM) | FLAG(SERIALIZED) | FLAG(STICKY) | FLAG(STICKY_MULTI)),
EVENT_EOS = GST_EVENT_MAKE_TYPE (110, FLAG(DOWNSTREAM) | FLAG(SERIALIZED) | FLAG(STICKY)),
EVENT_TOC = GST_EVENT_MAKE_TYPE (120, FLAG(DOWNSTREAM) | FLAG(SERIALIZED) | FLAG(STICKY) | FLAG(STICKY_MULTI)),
EVENT_SEGMENT_DONE = GST_EVENT_MAKE_TYPE (150, FLAG(DOWNSTREAM) | FLAG(SERIALIZED)),
EVENT_GAP = GST_EVENT_MAKE_TYPE (160, FLAG(DOWNSTREAM) | FLAG(SERIALIZED)),
EVENT_QOS = GST_EVENT_MAKE_TYPE (190, FLAG(UPSTREAM)),
EVENT_SEEK = GST_EVENT_MAKE_TYPE (200, FLAG(UPSTREAM)),
EVENT_NAVIGATION = GST_EVENT_MAKE_TYPE (210, FLAG(UPSTREAM)),
EVENT_LATENCY = GST_EVENT_MAKE_TYPE (220, FLAG(UPSTREAM)),
EVENT_STEP = GST_EVENT_MAKE_TYPE (230, FLAG(UPSTREAM)),
EVENT_RECONFIGURE = GST_EVENT_MAKE_TYPE (240, FLAG(UPSTREAM)),
EVENT_TOC_SELECT = GST_EVENT_MAKE_TYPE (250, FLAG(UPSTREAM)),
EVENT_CUSTOM_UPSTREAM = GST_EVENT_MAKE_TYPE (270, FLAG(UPSTREAM)),
EVENT_CUSTOM_DOWNSTREAM = GST_EVENT_MAKE_TYPE (280, FLAG(DOWNSTREAM) | FLAG(SERIALIZED)),
EVENT_CUSTOM_DOWNSTREAM_OOB = GST_EVENT_MAKE_TYPE (290, FLAG(DOWNSTREAM)),
EVENT_CUSTOM_DOWNSTREAM_STICKY = GST_EVENT_MAKE_TYPE (300, FLAG(DOWNSTREAM) | FLAG(SERIALIZED) | FLAG(STICKY) | FLAG(STICKY_MULTI)),
EVENT_CUSTOM_BOTH = GST_EVENT_MAKE_TYPE (310, FLAG(BOTH) | FLAG(SERIALIZED)),
EVENT_CUSTOM_BOTH_OOB = GST_EVENT_MAKE_TYPE (320, FLAG(BOTH))
};
/** @ingroup gstreamermmEnums */
inline EventType operator|(EventType lhs, EventType rhs)
{ return static_cast<EventType>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs)); }
/** @ingroup gstreamermmEnums */
inline EventType operator&(EventType lhs, EventType rhs)
{ return static_cast<EventType>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs)); }
/** @ingroup gstreamermmEnums */
inline EventType operator^(EventType lhs, EventType rhs)
{ return static_cast<EventType>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs)); }
/** @ingroup gstreamermmEnums */
inline EventType operator~(EventType flags)
{ return static_cast<EventType>(~static_cast<unsigned>(flags)); }
/** @ingroup gstreamermmEnums */
inline EventType& operator|=(EventType& lhs, EventType rhs)
{ return (lhs = static_cast<EventType>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs))); }
/** @ingroup gstreamermmEnums */
inline EventType& operator&=(EventType& lhs, EventType rhs)
{ return (lhs = static_cast<EventType>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs))); }
/** @ingroup gstreamermmEnums */
inline EventType& operator^=(EventType& lhs, EventType rhs)
{ return (lhs = static_cast<EventType>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs))); }
} // namespace Gst
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gst::EventType> : public Glib::Value_Flags<Gst::EventType>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gst
{
/**
* @var EventTypeFlags EVENT_TYPE_UPSTREAM
* Set if the event can travel upstream.
*
* @var EventTypeFlags EVENT_TYPE_DOWNSTREAM
* Set if the event can travel downstream.
*
* @var EventTypeFlags EVENT_TYPE_SERIALIZED
* Set if the event should be serialized with data flow.
*
* @var EventTypeFlags EVENT_TYPE_STICKY
* Set if the event is sticky on the pads.
*
* @var EventTypeFlags EVENT_TYPE_STICKY_MULTI
* Multiple sticky events can be on a pad, each identified by the event name.
*
* @enum EventTypeFlags
*
* Gst::EventTypeFlags indicate the aspects of the different Gst::EventType
* values. You can get the type flags of a Gst::EventType with the
* gst_event_type_get_flags() function.
* @ingroup gstreamermmEnums
* @par Bitwise operators:
* <tt>%EventTypeFlags operator|(EventTypeFlags, EventTypeFlags)</tt><br>
* <tt>%EventTypeFlags operator&(EventTypeFlags, EventTypeFlags)</tt><br>
* <tt>%EventTypeFlags operator^(EventTypeFlags, EventTypeFlags)</tt><br>
* <tt>%EventTypeFlags operator~(EventTypeFlags)</tt><br>
* <tt>%EventTypeFlags& operator|=(EventTypeFlags&, EventTypeFlags)</tt><br>
* <tt>%EventTypeFlags& operator&=(EventTypeFlags&, EventTypeFlags)</tt><br>
* <tt>%EventTypeFlags& operator^=(EventTypeFlags&, EventTypeFlags)</tt><br>
*/
enum EventTypeFlags
{
EVENT_TYPE_UPSTREAM = 1 << 0,
EVENT_TYPE_DOWNSTREAM = 1 << 1,
EVENT_TYPE_SERIALIZED = 1 << 2,
EVENT_TYPE_STICKY = 1 << 3,
EVENT_TYPE_STICKY_MULTI = 1 << 4
};
/** @ingroup gstreamermmEnums */
inline EventTypeFlags operator|(EventTypeFlags lhs, EventTypeFlags rhs)
{ return static_cast<EventTypeFlags>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs)); }
/** @ingroup gstreamermmEnums */
inline EventTypeFlags operator&(EventTypeFlags lhs, EventTypeFlags rhs)
{ return static_cast<EventTypeFlags>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs)); }
/** @ingroup gstreamermmEnums */
inline EventTypeFlags operator^(EventTypeFlags lhs, EventTypeFlags rhs)
{ return static_cast<EventTypeFlags>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs)); }
/** @ingroup gstreamermmEnums */
inline EventTypeFlags operator~(EventTypeFlags flags)
{ return static_cast<EventTypeFlags>(~static_cast<unsigned>(flags)); }
/** @ingroup gstreamermmEnums */
inline EventTypeFlags& operator|=(EventTypeFlags& lhs, EventTypeFlags rhs)
{ return (lhs = static_cast<EventTypeFlags>(static_cast<unsigned>(lhs) | static_cast<unsigned>(rhs))); }
/** @ingroup gstreamermmEnums */
inline EventTypeFlags& operator&=(EventTypeFlags& lhs, EventTypeFlags rhs)
{ return (lhs = static_cast<EventTypeFlags>(static_cast<unsigned>(lhs) & static_cast<unsigned>(rhs))); }
/** @ingroup gstreamermmEnums */
inline EventTypeFlags& operator^=(EventTypeFlags& lhs, EventTypeFlags rhs)
{ return (lhs = static_cast<EventTypeFlags>(static_cast<unsigned>(lhs) ^ static_cast<unsigned>(rhs))); }
} // namespace Gst
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gst::EventTypeFlags> : public Glib::Value_Flags<Gst::EventTypeFlags>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gst
{
/**
* @var QOSType QOS_TYPE_OVERFLOW
* The QoS event type that is produced when downstream elements are producing data too quickly and the element can't keep up processing the data. Upstream should reduce their processing rate. This type is also used when buffers arrive early or in time.
*
* @var QOSType QOS_TYPE_UNDERFLOW
* The QoS event type that is produced when downstream elements are producing data too slowly and need to speed up their processing rate.
*
* @var QOSType QOS_TYPE_THROTTLE
* The QoS event type that is produced when the application enabled throttling to limit the datarate.
*
* @enum QOSType
*
* The different types of QoS events that can be given to the
* gst_event_new_qos() method.
* @ingroup gstreamermmEnums
*/
enum QOSType
{
QOS_TYPE_OVERFLOW,
QOS_TYPE_UNDERFLOW,
QOS_TYPE_THROTTLE
};
} // namespace Gst
#ifndef DOXYGEN_SHOULD_SKIP_THIS
namespace Glib
{
template <>
class Value<Gst::QOSType> : public Glib::Value_Enum<Gst::QOSType>
{
public:
static GType value_type() G_GNUC_CONST;
};
} // namespace Glib
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
namespace Gst
{
#undef FLAG
class Message;
class Structure;
class TagList;
namespace Enums
{
/** Gets a printable name for the given event type.
*
* @param type The event type.
* @return A reference to the static name of the event.
*/
Glib::ustring get_name(EventType type);
/** Gets the unique quark for the given event type.
*
* @param type The event type.
* @return The quark associated with the event type.
*/
Glib::QueryQuark get_quark(EventType type);
/** Gets the Gst::EventTypeFlags associated with type.
* @param type A Gst::EventType.
* @return A Gst::EventTypeFlags.
*/
EventTypeFlags get_flags(EventType type);
} //namespace Enums
/** A class that represents events that are passed up and down a pipeline.
* The event class provides factory methods to construct and functions query
* (parse) events.
*
* Events are usually created by using the Gst::Event derrived classes'
* create() methods. To send an event application will usually use
* Gst::Element::send_event() and elements will use Gst::Pad::send_event() or
* Gst::Pad::push_event().
*
* Events that have been received can be parsed with their respective parse()
* functions.
*
* Events are passed between elements in parallel to the data stream. Some
* events are serialized with buffers, others are not. Some events only travel
* downstream, others only upstream. Some events can travel both upstream and
* downstream.
*
* The events are used to signal special conditions in the datastream such as
* EOS (end of stream) or the start of a new stream-segment. Events are also
* used to flush the pipeline of any pending data.
*
* Most of the event API is used inside plugins. Applications usually only
* construct and use seek events. To do that Gst::EventSeek::create() is used
* to create a seek event. It takes the needed parameters to specity seeking
* time and mode. The event is then sent to the element like so:
* @code
* pipeline->send_event(event);
* @endcode
*/
class Event : public MiniObject
{
public:
#ifndef DOXYGEN_SHOULD_SKIP_THIS
typedef Event CppObjectType;
typedef GstEvent BaseObjectType;
#endif /* DOXYGEN_SHOULD_SKIP_THIS */
/** Increment the reference count for this object.
* You should never need to do this manually - use the object via a RefPtr instead.
*/
void reference() const;
/** Decrement the reference count for this object.
* You should never need to do this manually - use the object via a RefPtr instead.
*/
void unreference() const;
///Provides access to the underlying C instance.
GstEvent* gobj();
///Provides access to the underlying C instance.
const GstEvent* gobj() const;
///Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
GstEvent* gobj_copy() const;
protected:
// Do not derive this. Gst::Event can neither be constructed nor deleted.
Event();
void operator delete(void*, std::size_t);
private:
// noncopyable
Event(const Event&);
Event& operator=(const Event&);
public:
// A copy is taken so that the original is not freed by the wrapper.
/** Access the structure of the event.
*
* @return The structure of the event. The structure is still
* owned by the event, which means that you should not free it and
* that the pointer becomes invalid when you free the event.
*
* MT safe.
*/
Gst::Structure get_structure() const;
/** Checks if @a event has the given @a name. This function is usually used to
* check the name of a custom event.
*
* @param name Name to check.
* @return <tt>true</tt> if @a name matches the name of the event structure.
*/
bool has_name(const Glib::ustring& name) const;
/** Retrieve the sequence number of a event.
*
* Events have ever-incrementing sequence numbers, which may also be set
* explicitly via gst_event_set_seqnum(). Sequence numbers are typically used to
* indicate that a event corresponds to some other set of events or messages,
* for example an EOS event corresponding to a SEEK event. It is considered good
* practice to make this correspondence when possible, though it is not
* required.
*
* Note that events and messages share the same sequence number incrementor;
* two events or messages will never have the same sequence number unless
* that correspondence was made explicitly.
*
* @return The event's sequence number.
*
* MT safe.
*/
guint32 get_seqnum() const;
/** Set the sequence number of a event.
*
* This function might be called by the creator of a event to indicate that the
* event relates to other events or messages. See gst_event_get_seqnum() for
* more information.
*
* MT safe.
*
* @param seqnum A sequence number.
*/
void set_seqnum(guint32 seqnum);
/**
* Makes a writable event from the given event. If the source event is
* already writable, this will simply return the same event.
* @return A Gst::Event (possibly the same reference) that is writable.
*/
Glib::RefPtr<Gst::Event> create_writable();
/** Check if an event can travel downstream.
*/
bool is_downstream() const;
/** Check if an event is serialized with the data stream.
*/
bool is_serialized() const;
/** Check if an event can travel upstream.
*/
bool is_upstream() const;
/** Get the Gst::EventType of the event.
*/
EventType get_event_type() const;
/** Get the Gst::ClockTime timestamp of the event. This is the time when the
* event was created.
*/
ClockTime get_timestamp() const;
};
//TODO: Modify create methods of derived Event classes to return
//Glib::RefPtr<...> to the derived class and not just Gst::Event. Must deal
//with GstStructure immutability problem (bug #510301) first because casting
//Glib::RefPtrs references the objects which causes problems when GStreamer API
//tries to modify the GstStructures of the objects.
/** A flush start event. See create() for more details.
*/
class EventFlushStart : public Event
{
public:
/** Allocate a new flush start event. The flush start event can be sent
* upstream and downstream and travels out-of-bounds with the dataflow.
*
* It marks pads as being flushing and will make them return
* Gst::FLOW_WRONG_STATE when used for data flow with Gst::Pad::push(),
* Gst::Pad::chain(), Gst::Pad::alloc_buffer(), Gst::Pad::get_range() and
* Gst::Pad::pull_range(). Any event (except a Gst::EVENT_FLUSH_STOP)
* received on a flushing pad will return false immediately.
*
* Elements should unlock any blocking functions and exit their streaming
* functions as fast as possible when this event is received.
*
* This event is typically generated after a seek to flush out all queued
* data in the pipeline so that the new media is played as soon as possible.
*
* @return A new flush start event.
*/
static Glib::RefPtr<Gst::EventFlushStart> create();
};
/** A flush stop event. See create() for more details.
*/
class EventFlushStop : public Event
{
public:
/**
* gst_event_new_flush_stop:
* @reset_time: if time should be reset
*
* Allocate a new flush stop event. The flush stop event can be sent
* upstream and downstream and travels serialized with the dataflow.
* It is typically sent after sending a FLUSH_START event to make the
* pads accept data again.
*
* Elements can process this event synchronized with the dataflow since
* the preceeding FLUSH_START event stopped the dataflow.
*
* This event is typically generated to complete a seek and to resume
* dataflow.
*
* Returns: (transfer full): a new flush stop event.
*/
static Glib::RefPtr<Gst::EventFlushStop> create(bool reset_time);
};
/** An end of stream event. See create() for more details.
*/
class EventEos : public Event
{
public:
/** Create a new EOS event. The eos event can only travel downstream
* synchronized with the buffer flow. Elements that receive the EOS event on
* a pad can return Gst::FLOW_UNEXPECTED as a Gst::FlowReturn when data after
* the EOS event arrives.
*
* The EOS event will travel down to the sink elements in the pipeline which
* will then post the Gst::MESSAGE_EOS on the bus after they have finished
* playing any buffered data.
*
* When all sinks have posted an EOS message, an EOS message is forwarded to
* the application.
*
* @return The new EOS event.
*/
static Glib::RefPtr<Gst::EventEos> create();
};
/** A new segment event. See create() for more details.
*/
class EventNewSegment : public Event
{
public:
/**
* gst_event_new_segment:
* @segment: (transfer none): a #Gst::Segment
*
* Create a new SEGMENT event for @segment. The segment event can only travel
* downstream synchronized with the buffer flow and contains timing information
* and playback properties for the buffers that will follow.
*
* The newsegment event marks the range of buffers to be processed. All
* data not within the segment range is not to be processed. This can be
* used intelligently by plugins to apply more efficient methods of skipping
* unneeded data. The valid range is expressed with the @start and @stop
* values.
*
* The time value of the segment is used in conjunction with the start
* value to convert the buffer timestamps into the stream time. This is
* usually done in sinks to report the current stream_time.
* @time represents the stream_time of a buffer carrying a timestamp of
* @start. @time cannot be -1.
*
* @start cannot be -1, @stop can be -1. If there
* is a valid @stop given, it must be greater or equal the @start, including
* when the indicated playback @rate is < 0.
*
* The @applied_rate value provides information about any rate adjustment that
* has already been made to the timestamps and content on the buffers of the
* stream. (@rate * @applied_rate) should always equal the rate that has been
* requested for playback. For example, if an element has an input segment
* with intended playback @rate of 2.0 and applied_rate of 1.0, it can adjust
* incoming timestamps and buffer content by half and output a newsegment event
* with @rate of 1.0 and @applied_rate of 2.0
*
* After a newsegment event, the buffer stream time is calculated with:
*
* time + (TIMESTAMP(buf) - start) * ABS (rate * applied_rate)
*
* Returns: (transfer full): the new SEGMENT event.
*/
static Glib::RefPtr<Gst::EventNewSegment> create(const Gst::Segment& segment);
/**
* gst_event_parse_segment:
* @event: The event to parse
* @segment: (out) (transfer none): a pointer to a #GstSegment
*
* Parses a segment @event and stores the result in the given @segment location.
* @segment remains valid only until the @event is freed. Don't modify the segment
* and make a copy if you want to modify it or store it for later use.
*/
void parse(const GstSegment** segment) const;
};
/** A tag event.
*/
class EventTag : public Event
{
public:
/** Generates a metadata tag event from the given taglist.
* @param taglist Metadata list.
* @return A new Gst::Event.
*/
static Glib::RefPtr<Gst::EventTag> create(const Gst::TagList& taglist);
/** Parses a tag event and stores the results in the given taglist location.
* @param name Tag name.
* @return Metadata list.
*/
Gst::TagList parse() const;
};
/** A buffer size event. See create() for more details.
*/
class EventBufferSize : public Event
{
public:
/** Create a new buffersize event. The event is sent downstream and notifies
* elements that they should provide a buffer of the specified dimensions.
*
* When the async flag is set, a thread boundary is prefered.
*
* @param format Buffer format.
* @param minsize Minimum buffer size.
* @param maxsize Maximum buffer size.
* @param async Thread behavior.
* @return A new Gst::EventBufferSize.
*/
static Glib::RefPtr<Gst::EventBufferSize>
create(Format format, gint64 minsize, gint64 maxsize, bool async);
/** Get the format, minsize, maxsize and async-flag in the buffersize event.
*
* @param format A reference to store the format in.
* @param minsize A reference to store the minsize in.
* @param maxsize A reference to store the maxsize in.
* @param async A reference to store the async-flag in.
*/
void parse(Format& format, gint64& minsize, gint64& maxsize, bool& async)
const;
/** Get the minsize in the buffersize event.
*
* @return The mininum size.
*/
gint64 parse() const;
/** Get the format, in the buffersize event.
*
* @return The format.
*/
Gst::Format parse_format() const;
/** Get the maxsize in the buffersize event.
*
* @return The maximum size.
*/
gint64 parse_max_size() const;
/** Get the async-flag in the buffersize event.
*
* @return The async flag.
*/
bool parse_async() const;
};
/** A QOS event. See create() for more details.
*/
class EventQos : public Event
{
public:
/**
* gst_event_new_qos:
* @type: the QoS type
* @proportion: the proportion of the qos message
* @diff: The time difference of the last Clock sync
* @timestamp: The timestamp of the buffer
*
* Allocate a new qos event with the given values.
* The QOS event is generated in an element that wants an upstream
* element to either reduce or increase its rate because of
* high/low CPU load or other resource usage such as network performance or
* throttling. Typically sinks generate these events for each buffer
* they receive.
*
* @type indicates the reason for the QoS event. #GST_QOS_TYPE_OVERFLOW is
* used when a buffer arrived in time or when the sink cannot keep up with
* the upstream datarate. #GST_QOS_TYPE_UNDERFLOW is when the sink is not
* receiving buffers fast enough and thus has to drop late buffers.
* #GST_QOS_TYPE_THROTTLE is used when the datarate is artificially limited
* by the application, for example to reduce power consumption.
*
* @proportion indicates the real-time performance of the streaming in the
* element that generated the QoS event (usually the sink). The value is
* generally computed based on more long term statistics about the streams
* timestamps compared to the clock.
* A value < 1.0 indicates that the upstream element is producing data faster
* than real-time. A value > 1.0 indicates that the upstream element is not
* producing data fast enough. 1.0 is the ideal @proportion value. The
* proportion value can safely be used to lower or increase the quality of
* the element.
*
* @diff is the difference against the clock in running time of the last
* buffer that caused the element to generate the QOS event. A negative value
* means that the buffer with @timestamp arrived in time. A positive value
* indicates how late the buffer with @timestamp was. When throttling is
* enabled, @diff will be set to the requested throttling interval.
*
* @timestamp is the timestamp of the last buffer that cause the element
* to generate the QOS event. It is expressed in running time and thus an ever
* increasing value.
*
* The upstream element can use the @diff and @timestamp values to decide
* whether to process more buffers. For possitive @diff, all buffers with
* timestamp <= @timestamp + @diff will certainly arrive late in the sink
* as well. A (negative) @diff value so that @timestamp + @diff would yield a
* result smaller than 0 is not allowed.
*
* The application can use general event probes to intercept the QoS
* event and implement custom application specific QoS handling.
*
* Returns: (transfer full): a new QOS event.
*/
static Glib::RefPtr<Gst::EventQos> create(QOSType type, double proportion,
ClockTimeDiff diff, ClockTime timestamp);
/**
* gst_event_parse_qos:
* @event: The event to query
* @type: (out): A pointer to store the QoS type in
* @proportion: (out): A pointer to store the proportion in
* @diff: (out): A pointer to store the diff in
* @timestamp: (out): A pointer to store the timestamp in
*
* Get the type, proportion, diff and timestamp in the qos event. See
* gst_event_new_qos() for more information about the different QoS values.
*/
void parse(QOSType& type, double& proportion, ClockTimeDiff& diff, ClockTime& timestamp) const;
/** Get the proportion in the qos event. See create() for more information
* about the different QoS values.
*
* @return The proportion.
*/
double parse() const;
/** Get the diff in the qos event. See create() for more information about
* the different QoS values.
*
* @return The difference.
*/
ClockTimeDiff parse_diff() const;
/** Get the timestamp in the qos event. See create() for more information
* about the different QoS values.
* @return The timestamp.
*/
ClockTime parse_timestamp() const;
};
/** A seek event. See create() for more details.
*/
class EventSeek : public Event
{
public:
/** Allocate a new seek event with the given parameters.
*
* The seek event configures playback of the pipeline between start to stop
* at the speed given in rate, also called a playback segment. The start and
* stop values are expressed in format.
*
* A rate of 1.0 means normal playback rate, 2.0 means double speed.
* Negatives values means backwards playback. A value of 0.0 for the rate is
* not allowed and should be accomplished instead by PAUSING the pipeline.
*
* A pipeline has a default playback segment configured with a start position
* of 0, a stop position of -1 and a rate of 1.0. The currently configured
* playback segment can be queried with Gst::QUERY_SEGMENT.
*
* start_type and stop_type specify how to adjust the currently configured
* start and stop fields in segment. Adjustments can be made relative or
* absolute to the last configured values. A type of Gst::SEEK_TYPE_NONE
* means that the position should not be updated.
*
* When the rate is positive and start has been updated, playback will start
* from the newly configured start position.
*
* For negative rates, playback will start from the newly configured stop
* position (if any). If the stop position if updated, it must be different
* from -1 for negative rates.
*
* It is not possible to seek relative to the current playback position, to
* do this, PAUSE the pipeline, query the current playback position with
* Gst::QUERY_POSITION and update the playback segment current position with
* a Gst::SEEK_TYPE_SET to the desired position.
*
* @param rate The new playback rate.
* @param format The format of the seek values.
* @param flags The optional seek flags.
* @param start_type The type and flags for the new start position.
* @param start The value of the new start position.
* @param stop_type The type and flags for the new stop position.
* @param stop The value of the new stop position.
* @return A new seek event.
*/
static Glib::RefPtr<Gst::EventSeek> create(double rate, Format format,
SeekFlags flags, SeekType start_type, gint64 start, SeekType stop_type,
gint64 stop);
/** Parses a seek event and stores the results in the given result locations.
*
* @param rate Result location for the rate.
* @param format Result location for the stream format.
* @param flags Result location for the Gst::SeekFlags.
* @param start_type Result location for the Gst::SeekType of the start
* position.
* @param start Result location for the start postion expressed in format.
* @param stop_type Result location for the Gst::SeekType of the stop
* position.
* @param stop Result location for the stop postion expressed in format.
*/
void parse(double& rate, Format& format, SeekFlags& flags,
SeekType& start_type, gint64& start, SeekType& stop_type,
gint64& stop) const;
/** Parses the start of a seek event.
* @return The start.
*/
gint64 parse() const;
/** Parses the rate of a seek event.
* @return The rate.
*/
double parse_rate() const;
/** Parses the format of a seek event.
* @return The format.
*/
Format parse_format() const;
/** Parses the flags of a seek event.
* @return The flags.
*/
SeekFlags parse_flags() const;
/** Parses the start type of a seek event.
* @return The start type.
*/
SeekType parse_start_type() const;
/** Parses the stop type of a seek event.
* @return The stop type.
*/
SeekType parse_stop_type() const;
/** Parses the stop of a seek event.
* @param The stop.
*/
gint64 parse_stop() const;
};
/** A Navigation event. See create() for more details.
*/
class EventNavigation : public Event
{
public:
/** Create a new navigation event from the given description.
*
* @param structure Description of the event.
* @return A new Gst::EventNavigation.
*/
static Glib::RefPtr<Gst::EventNavigation> create(Gst::Structure& structure);
};
/** A latency event. See create() for more details.
*/
class EventLatency : public Event
{
public:
/** Create a new latency event. The event is sent upstream from the sinks and
* notifies elements that they should add an additional latency to the
* timestamps before synchronising against the clock.
*
* The latency is mostly used in live sinks and is always expressed in the
* time format.
*
* @param latency The new latency value.
* @return A new Gst::EventLatency.
*
* Since 0.10.12.
*/
static Glib::RefPtr<Gst::EventLatency> create(ClockTime latency);
/** Get the latency in the latency event.
*
* @return The latency.
*/
ClockTime parse() const;
};
/** A step event. See create() for more details.
*/
class EventStep : public Event
{
public:
/** Create a new step event. The purpose of the step event is to instruct a
* sink to skip @a amount (expressed in @a format) of media. It can be used
* to implement stepping through the video frame by frame or for doing fast
* trick modes.
*
* A rate of <= 0.0 is not allowed, pause the pipeline or reverse the
* playback direction of the pipeline to get the same effect.
*
* The @a flush flag will clear any pending data in the pipeline before
* starting the step operation.
*
* The @a intermediate flag instructs the pipeline that this step operation
* is part of a larger step operation.
*
* @param format The format of amount.
* @param amount The amount of data to step.
* @param rate The step rate.
* @param flush Flushing steps.
* @param intermediate Intermediate steps.
* @return A new Gst::Event.
*
* Since 0.10.24.
*/
static Glib::RefPtr<Gst::EventStep> create(Gst::Format format,
guint64 amount, double rate, bool flush, bool intermediate);
/** Parse the step event.
*
* @param format A reference to store the format in.
* @param amount A reference to store the amount in.
* @param rate A reference to store the rate in.
* @param flush A reference to store the flush boolean in.
* @param intermediate A reference to store the intermediate boolean in.
*/
void parse(Gst::Format& format, guint64& amount, double& rate,
bool& flush, bool& intermediate) const;
/** Get the amount in a step event.
* @return The amount.
*/
guint64 parse() const;
/** Get the format in a step event.
* @return The format.
*/
Gst::Format parse_format() const;
/** Get the rate in a step event.
* @return The rate.
*/
double parse_rate() const;
/** Get the flush in a step event.
* @return The flush flag.
*/
bool parse_flush() const;
/** Get the intermediate flag in a step event.
* @return The intermediate flag.
*/
bool parse_intermediate() const;
};
/** A sink-message event. See create() for more details.
*/
class EventSinkMessage : public Event
{
public:
/**
* Create a new sink-message event. The purpose of the sink-message event is
* to instruct a sink to post the message contained in the event synchronized
* with the stream.
*
* @name is used to store multiple sticky events on one pad.
* @ param name A name for the event.
* @param messsage The #Gst::Message to be posted.
* @return a new #Gst::Event.
*/
static Glib::RefPtr<Gst::EventSinkMessage>
create(const Glib::ustring& name, const Glib::RefPtr<Gst::Message>& message);
/** Parse the sink-message event.
* @return the sink-messge's event message.
*/
Glib::RefPtr<Gst::Message> parse();
/** Parse the sink-message event.
* @return the sink-messge's event message.
*/
Glib::RefPtr<const Gst::Message> parse() const;
};
/** A stream-start event. See create() for more details.
*/
class EventStreamStart : public Event
{
public:
/**
* Create a new STREAM_START event. The stream start event can only
* travel downstream synchronized with the buffer flow. It is expected
* to be the first event that is sent for a new stream.
*
* Source elements, demuxers and other elements that create new streams
* are supposed to send this event as the first event of a new stream. It
* should not be send after a flushing seek or in similar situations
* and is used to mark the beginning of a new logical stream. Elements
* combining multiple streams must ensure that this event is only forwarded
* downstream once and not for every single input stream.
*
* The @stream_id should be a unique string that consists of the upstream
* stream-id, / as separator and a unique stream-id for this specific
* stream. A new stream-id should only be created for a stream if the upstream
* stream is split into (potentially) multiple new streams, e.g. in a demuxer,
* but not for every single element in the pipeline.
* gst_pad_create_stream_id() or gst_pad_create_stream_id_printf() can be
* used to create a stream-id.
*
* @param stream_id Identifier for this stream.
* @return a new #Gst::Event.
*/
static Glib::RefPtr<Gst::EventStreamStart>
create(const Glib::ustring& stream_id);
};
class EventCaps : public Event
{
public:
/**
* Create a new CAPS event for @caps. The caps event can only travel downstream
* synchronized with the buffer flow and contains the format of the buffers
* that will follow after the event.
*
* @param caps event caps
* @return the new CAPS event.
*/
static Glib::RefPtr<Gst::EventCaps>
create(const Glib::RefPtr<Gst::Caps>& caps);
Glib::RefPtr<Gst::Caps> parse();
};
} //namespace Gst
namespace Glib
{
/** A Glib::wrap() method for this object.
*
* @param object The C instance.
* @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
* @result A C++ instance that wraps this C instance.
*
* @relates Gst::Event
*/
Glib::RefPtr<Gst::Event> wrap(GstEvent* object, bool take_copy = false);
} // namespace Glib
#endif /* _GSTREAMERMM_EVENT_H */
|