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

Hook up GST_DEBUG log to visual studio output #24255

Merged
merged 1 commit into from Sep 24, 2019
Merged

Conversation

@ferjm
Copy link
Member

ferjm commented Sep 20, 2019

  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes fix #23700

Depends on servo/media#312


This change is Reviewable

@ferjm
Copy link
Member Author

ferjm commented Sep 20, 2019

r? @jdm

@highfive highfive assigned jdm and unassigned SimonSapin Sep 20, 2019
@ferjm ferjm force-pushed the ferjm:gst.log.uwp branch 2 times, most recently from 6570186 to 58b13ef Sep 23, 2019
components/servo/lib.rs Outdated Show resolved Hide resolved
@ferjm ferjm force-pushed the ferjm:gst.log.uwp branch from 58b13ef to 558dd8b Sep 23, 2019
@jdm
Copy link
Member

jdm commented Sep 23, 2019

@bors-servo
Copy link
Contributor

bors-servo commented Sep 23, 2019

📌 Commit 558dd8b has been approved by jdm

@ferjm
Copy link
Member Author

ferjm commented Sep 24, 2019

@ferjm ferjm closed this Sep 24, 2019
@ferjm ferjm reopened this Sep 24, 2019
@ferjm
Copy link
Member Author

ferjm commented Sep 24, 2019

@bors-servo r=jdm

@bors-servo
Copy link
Contributor

bors-servo commented Sep 24, 2019

📌 Commit 558dd8b has been approved by jdm

@bors-servo
Copy link
Contributor

bors-servo commented Sep 24, 2019

Testing commit 558dd8b with merge a7f76a3...

bors-servo added a commit that referenced this pull request Sep 24, 2019
Hook up GST_DEBUG log to visual studio output

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #23700

<strike>Depends on https://github.com/servo/media/pull/312</strike>

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24255)
<!-- Reviewable:end -->
@bors-servo
Copy link
Contributor

bors-servo commented Sep 24, 2019

☀️ Test successful - linux-rel-css, linux-rel-wpt, status-taskcluster
Approved by: jdm
Pushing a7f76a3 to master...

@bors-servo bors-servo merged commit 558dd8b into servo:master Sep 24, 2019
3 checks passed
3 checks passed
Taskcluster (pull_request) TaskGroup: success
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
homu Test successful
Details
use gstreamer::{debug_add_log_function, debug_remove_default_log_function, DebugLevel};

debug_remove_default_log_function();
debug_add_log_function(|cat, level, file, function, line, _, message| {

This comment has been minimized.

@sdroege

sdroege Sep 30, 2019

You probably also want to include the name of the object in the logs somewhere. The _ parameter :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

7 participants
You can’t perform that action at this time.