Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gstreamer] Update to 0.9.6.1 and gstreamer 1.0 (MER#1084) #10

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

special
Copy link
Contributor

@special special commented Jun 8, 2015

This PR combines #8 and #9, and adds a revert of an upstream commit that breaks with our cmake version (c66c17f).

It requires the pending updates to farstream 0.2, which in turn rely on the gstreamer 1.0 port.

This needs testing before merge.

Thaodan and others added 8 commits June 5, 2015 13:03
4a8d46a Prepare 0.9.6.1 release.
911dd2d BaseConnection: Fixed illegal C++ statement in SimplePresence.
960e757 Updated NEWS for 0.9.6 release.
931387e BaseConnection: addChannel() used in createChannel().
97cac57 BaseChannel: Added custom dbus object name for room text channel.
dd19787 BaseConnection: Added selfID-related stuff.
00f2d5a BaseChannel::create() arguments reordered in natural way.
bf04e9f BaseConnectionSimplePresenceInterface: Reworked.
ef6ed50 Added BaseChannelRoomConfigInterface.
a7941ac Tools/qt-svc-gen: Fixed condition in adaptor methods generation.
211b62d Fixed various documentation issues.
41415df Implemented BaseChannelRoomListType.
cf62ef1 Added BaseChannelRoomInterface.
6d1d51f BaseConnection: Fixed code style (no actual changes).
1a2e1d9 BaseConnection::Adaptee: Members are now private.
26559e1 BaseConnection: Added some commentaries.
9b80bf8 BaseConnection: Added DBus ReleaseHandles() method.
c056a72 BaseConnection: inspectHandles() exposed as a part of C++ interface.
b057f1f BaseConnection: Code is moved around, no actual changes.
bbeba4e BaseConnection: Merged two pair of create() methods.
f4f0d1a BaseConnection, BaseChannel: Fixed mPriv member type.
0f3f371 BaseConnection::matchChannel(): Fixed TargetHandle/TargetID processing.
8a9e2c5 BaseConnection: Added a draft documentation for ensureChannel() method.
127bb3e BaseConnection::ensureChannel(): Refactored.
2263a64 BaseConnection: Changed API (createChannel(), ensureChannel()).
0a8d52d BaseChannel: Added missing members initialization on construction.
5c395a6 BaseConnection::ensureChannel(): Fixed requirements for the request argument.
3f90bcd BaseChannelSASLAuthenticationInterface: Fixed SASL status properties.
494a955 Add missing QObject include
23d4f9e Don't set "Requested" based on initiatorHandle and selfHandle
b9799ef Don't require TargetHandleType and TargetHandle to be present in requests
ac90076 Match arg type in remaining QMetaObject::invoke calls
94fb01c Fix arg types used in QMetaObject::invokeMethod
4d3a8aa Fix build in Qt4
b8a205b BaseChannelCaptchaAuthenticationInterface: Fixed signal emission.
8443f7c AbstractDBusServiceInterface: Added notifyPropertyChanged() method.
b735cc1 Refactor: objectPath member moved from DBusService to DBusObject.
ea890f1 force setInterfaces() on call-content.cpp, otherwise dtmf doesn't work
3c1230c emit selfHandleChanged on setSelfHandle()
d39d1f6 Add client side support for conference calls
16304b8 Pass the whole request to ensureChannel() and createChannel()
fa32c36 Add BaseChannelSMSInterface
56667bf Add BaseChannelCallType Add BaseChannelHoldInterface Add BaseChannelConferenceInterface Add BaseChannelMergeableConferenceInterface Add BaseChannelSplittableInterface
099dd1c Added TP_QT_VERSION and TP_QT_VERSION_CHECK macros.
926ae84 Implemented BaseConnectionAvatarsInterface.
5f29767 Prepare for 0.9.6 development.
31c8f41 Add the telepathy-qt include directories to the telepathy-qt target
7164fa9 Export BaseChannel
60ac161 Prepare for 0.9.5 release
191d7d4 Update NEWS
0205d38 Revert "!Hackish! BaseChannelMessagesInterface::sendMessage: Token added to message header."
7590c3f set handler info in more dbus tests
74e3280 Revert "Add BaseConnection RequestsInterface"
c00a473 Add BaseConnection RequestsInterface
2a07346 BaseChannel: Implemented descriptive unique name.
4025873 BaseConnection: Changed unique name.
dd54057 BaseChannelMessagesInterface: Fixed timestamp of sent messages.
c7d1d42 Pass valid handlerInfo in tests
ccabc8a Require newer versions of Farstream and Telepathy-Farstream
fee8773 Avoid trying to load invalid channelRequest
e460dfd fix typo in comment
07dd896 Don't error on unused typedefs
4ae4669 Allowed subclass of Tp::ReceivedMessage
6cb774e !Hackish! BaseChannelMessagesInterface::sendMessage: Token added to message header.
12e5f4d BaseConnectionRequestsInterface: Fixed createChannel() argument checks.
a6f99ea Added BaseChannelChatStateInterface.
678c162 BaseConnection::Adaptee: Fixed getProtocol().
5af9bd2 BaseConnection: Implemented RequestsInterface::channelClosed() emission.
7de03e4 BaseConnection: Channels now will be closed on obj destruction.
20c5e71 BaseChannel: close() method extracted from Adaptee::close().
ed1189e Added BaseChannelSecurableInterface.
b857325 Added BaseConnectionContactInfoInterface.
9161044 Added BaseConnectionAliasingInterface.
3fceeb1 BaseConnectionSimplePresenceInterface: Added missing methods.
874756a Improved BaseConnectionContactListInterface.
e670408 base-connection.cpp: Fixed comments.
62a13f6 BaseConnectionAddressingInterface: Fixed comments.
25dd674 BaseChannelCaptchaAuthenticationInterface: Fixed property exposing.
aefe3fe BaseConnection: Implemented missed addChannel() method.
eb9ae56 Added BaseChannelSASLAuthenticationInterface.
9ecdd37 Update FindGStreamer0.10 -> FindGStreamer1.0
290f659 start updating TelepathyQt to use newer farstream
4fca056 Fix Qt5 pkgconfig dependencies for Farstream
1916533 Enable services by default
c82352e Remove unused function
af98a9b Fix Qt4 compilation
88e1c41 cmake: telepathy-service does not depend on telepathy
2606e50 Add BaseChannelGroupInterface
24381db Add BaseChannelCaptchaAuthenticationInterface
a0fc3be Add BaseChannelServerAuthenticationType
5dd4aba Add BaseConnectionAddressingInterface
14c2f25 Add BaseConnectionContactListInterface
172464d Add BaseConnectionSimplePresenceInterface
2524871 Add BaseChannelMessagesInterface
483c0d5 Add BaseChannelTextType
516e26c Add BaseConnectionContactsInterface
309c385 Add BaseConnectionRequestsInterface
a4b4c92 Implement BaseConnection and AbstractConnectionInterface
90fbae1 Add BaseChannel and AbstractChannelInterface
7d92fd9 Prepare for 0.9.5 development

git-subtree-dir: telepathy-qt
git-subtree-split: 4a8d46a6f746e6dbe91edd8f76cac4c25c73eb3d
…target"

This breaks the build with cmake 2.8.11, and isn't necessary for our
system.

This reverts commit 31c8f4170f58a21baebce226918e6ed52a46dd0b.
jollaitbot pushed a commit to sailfishos/telepathy-qt that referenced this pull request Apr 18, 2021
[gstreamer] port to 1.x Contributes to JB#27731

Corresponds nemomobile-packages/telepathy-qt#10

See merge request !1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants