Changes between Initial Version and Version 1 of Ticket #37312


Ignore:
Timestamp:
Dec 14, 2012, 11:08:16 PM (11 years ago)
Author:
skymoo (Adam Mercer)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37312 – Description

    initial v1  
    1 In r75565 gobject-introspection support was removed from @gstreamer@ at it wasn't UsingTheRightCompiler. I've recently run into the some issues with some software and I've tracked this down to @gstreamer@ being configured with the @--disable-introspection@ option.
     1In r75565 gobject-introspection support was removed from `gstreamer` at it wasn't UsingTheRightCompiler. I've recently run into the some issues with some software and I've tracked this down to `gstreamer` being configured with the `--disable-introspection` option.
    22
    3 I modifed @gstreamer@ to enable introspection and followed the instructions on the UsingTheRightCompiler page and received no build errors so I think this issue has been fixed upstream, therefore I'd like to request that gobject introspection be turned back on.
     3I modifed `gstreamer` to enable introspection and followed the instructions on the UsingTheRightCompiler page and received no build errors so I think this issue has been fixed upstream, therefore I'd like to request that gobject introspection be turned back on.
    44
    55The attached patch does this.