Skip to content

Instantly share code, notes, and snippets.

@migueldeicaza
Created December 7, 2008 01:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save migueldeicaza/33008 to your computer and use it in GitHub Desktop.
Save migueldeicaza/33008 to your computer and use it in GitHub Desktop.
Index: mediaelement.cpp
===================================================================
--- mediaelement.cpp (revision 120951)
+++ mediaelement.cpp (working copy)
@@ -348,6 +348,12 @@
SetValue (MediaElement::AttributesProperty, Value::CreateUnref (new MediaAttributeCollection ()));
SetValue (MediaElement::MarkersProperty, Value::CreateUnref (new TimelineMarkerCollection ()));
+
+ printf ("Object at: 0x%p\n", this);
+ printf (" playlist: 0x%p\n", &playlist);
+ printf (" recalc: 0x%p\n", &recalculate_matrix);
+ printf (" matrix: 0x%p\n", &matrix);
+ printf (" advance: 0x%p\n", &advance_frame_timeout_id);
}
MediaElement::~MediaElement ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment