Skip to content

Westeros update and westerossink used for video - #35

Closed
aazamansari wants to merge 5 commits into
masterfrom
comcast
Closed

Westeros update and westerossink used for video#35
aazamansari wants to merge 5 commits into
masterfrom
comcast

Conversation

@aazamansari

Copy link
Copy Markdown
  1. Adding westerossink support for video playback.
  2. Adding output mode handling for westeros viewbackend.
  3. Added code to set position and size in case of HOLE_PUNCH_GSTREAMER

2. Adding output mode handling for westeros viewbackend.
3. Added code to set position and size in case of HOLE_PUNCH_GSTREAMER
@albertdalbertd assigned philn and unassigned eocanhaMar 25, 2016
if (videoSinkPad)
g_signal_connect_swapped(videoSinkPad.get(), "notify::caps", G_CALLBACK(videoSinkCapsChangedCallback), this);
#endif
#if USE(WESTEROS_SINK)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this block be moved to the base class? there's a createVideoSink() method there.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We use WESTEROS_SINK when HOLE_PUNCH_GSTREAMER=ON and createVideoSink is called whtn HOLE_PUNCH_GSTREAMER=OFF. So moving it to base may not work.

@philn

Copy link
Copy Markdown

Merged manually.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@aazamansari@philn@zdobersek@eocanha