Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
762 changes: 762 additions & 0 deletions DirectShowLib.sln

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion AssemblyInfo.cs → DirectShowLib/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You should have received a copy of the GNU Lesser General Public
[assembly : AssemblyConfiguration("")]
[assembly : AssemblyCompany("")]
[assembly : Guid("6D0386CE-37E6-4f77-B678-07C584105DC6")]
[assembly : AssemblyVersion("2.1.0.*")]
[assembly : AssemblyVersion("2.1.0.0")]
#if DEBUG
[assembly : AssemblyProduct("Debug Version")]
#else
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 9 additions & 0 deletions DirectShowLib/ClassId.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
namespace DirectShowLib
{
internal static class ClassId
{
public const string StreamBufferSource = "C9F5FE02-F851-4eb5-99EE-AD602AF1E619";
public const string StreamBufferSink = "2DB47AE5-CF39-43c2-B4D6-0CD8D90946F4";
public const string SBE2Sink = "E2448508-95DA-4205-9A27-7EC81E723B1A";
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
<Compile Include="BDATypes.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="ClassId.cs" />
<Compile Include="Control.cs">
<SubType>Code</SubType>
</Compile>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading