[PR #758] [MERGED] [FEATURE] Compile param wrappers for python #1573

Open
opened 2026-01-29 17:17:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/CCExtractor/ccextractor/pull/758
Author: @Diptanshu8
Created: 7/20/2017
Status: Merged
Merged: 7/20/2017
Merged by: @cfsmp3

Base: masterHead: compile_param_wrappers


📝 Commits (3)

  • cff69be added wrapper code for setstdout and setautoprogram
  • 13b3dad Wrapper for debugdvbsub and pesheader
  • 10eb52e pushing 4 wrapper codes

📊 Changes

7 files changed (+100 additions, -4 deletions)

View changed files

📝 api/api_testing.py (+4 -2)
📝 api/build_api (+3 -2)
📝 api/ccextractor.i (+2 -0)
📝 api/ccextractor.py (+8 -0)
📝 api/ccextractor_wrap.c (+45 -0)
api/wrappers/wrapper.c (+30 -0)
api/wrappers/wrapper.h (+8 -0)

📄 Description

Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].

In raising this pull request, I confirm the following (please check boxes):

  • [*] I have read and understood the contributors guide.
  • [*] I have checked that another pull request for this purpose does not exist.
  • [*] I have considered, and confirmed that this submission will be valuable to others.
  • [*] I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • [*] I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used CCExtractor.
  • I have used CCExtractor just a couple of times.
  • I absolutely love CCExtractor, but have not contributed previously.
  • [*] I am an active contributor to CCExtractor.

This pull request is about some basic wrapper examples for settings parameters in python.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/CCExtractor/ccextractor/pull/758 **Author:** [@Diptanshu8](https://github.com/Diptanshu8) **Created:** 7/20/2017 **Status:** ✅ Merged **Merged:** 7/20/2017 **Merged by:** [@cfsmp3](https://github.com/cfsmp3) **Base:** `master` ← **Head:** `compile_param_wrappers` --- ### 📝 Commits (3) - [`cff69be`](https://github.com/CCExtractor/ccextractor/commit/cff69bef5ecacff09317ee0e6e45a18f1356f73f) added wrapper code for setstdout and setautoprogram - [`13b3dad`](https://github.com/CCExtractor/ccextractor/commit/13b3dadb45aebf126e984e8ca912be6a1acae7e0) Wrapper for debugdvbsub and pesheader - [`10eb52e`](https://github.com/CCExtractor/ccextractor/commit/10eb52e651cbb2f9e07bad34ad5ea220c3c2d2ca) pushing 4 wrapper codes ### 📊 Changes **7 files changed** (+100 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `api/api_testing.py` (+4 -2) 📝 `api/build_api` (+3 -2) 📝 `api/ccextractor.i` (+2 -0) 📝 `api/ccextractor.py` (+8 -0) 📝 `api/ccextractor_wrap.c` (+45 -0) ➕ `api/wrappers/wrapper.c` (+30 -0) ➕ `api/wrappers/wrapper.h` (+8 -0) </details> ### 📄 Description Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]** **[IMPROVEMENT]**. **In raising this pull request, I confirm the following (please check boxes):** - [*] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [*] I have checked that another pull request for this purpose does not exist. - [*] I have considered, and confirmed that this submission will be valuable to others. - [*] I accept that this submission may not be used, and the pull request closed at the will of the maintainer. - [*] I give this submission freely, and claim no ownership to its content. **My familiarity with the project is as follows (check one):** - [ ] I have never used CCExtractor. - [ ] I have used CCExtractor just a couple of times. - [ ] I absolutely love CCExtractor, but have not contributed previously. - [*] I am an active contributor to CCExtractor. --- This pull request is about some basic wrapper examples for settings parameters in python. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 17:17:17 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#1573